BookFlix-Frontend

Movie is a platform where users can book tickets to movie premieres, cancel a booking, see the details of a premiere, and rate the premiere.

MIT License

Stars
9

📗 Table of Contents

BookFlix 🏠️🛠️

BookFlix is a website where users can book a service, cancel a booking. The user can also see the details of a service, ratings of the service.

🛠 Built With

Tech Stack

App Screenshot

Back-end Repository

Initial State of Kanban Board

🚀 Live Demo

Bookflix

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Node.js and npm for package installation.

$ node --version && npm --version

Setup

Clone this repository using the GitHub link provided below.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/Lucas-Erkana/BookFlix-Frontend.git

To run the project, execute the following command:

npm install

to install all the dependencies used in the project

npm run build

to build this project from the source folder using webpack

npm run start

in order to start a server and deploy the project locally

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.

You may also see any lint errors in the console.

Run tests

To run tests, run the following command:

$ npm test

👥 Authors

👤 Lucas Erkana

👤 Kevin Toro

👤 Sam

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a ⭐️ if you like this project!

🙏 Acknowledgments

I would like to thank:

🔭 Future Features

  • Add a feature to allow users to leave a review for a service.
  • Add a feature to allow users to see the reviews of a service.

📝 License

This project is MIT licensed.