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.
Client
- Here is the link to the Back-End
- We started as a team of five team members, but we ended with four.
To get a local copy up and running, follow these steps.
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
Clone this repository using the GitHub link provided below.
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/Lucas-Erkana/BookFlix-Frontend.git
to install all the dependencies used in the project
to build this project from the source folder using webpack
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.
To run tests, run the following command:
$ npm test
π€ Lucas Erkana
- GitHub: @Lucas-Erkana
- Twitter: @Lucas_David_22
- LinkedIn: Lucas Erkana
- Frontend Mentor - @Lucas-Erkana
π€ Kevin Toro
-
GitHub: @torobucii
-
Twitter: @torobucii
-
LinkedIn: Kevin Toro
π€ Saba Ahmad
-
GitHub: @SabaAhmad404
-
LinkedIn: Saba Ahmad
π€ Sam
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
I would like to thank:
- Hats off of Murat Korkmaz for a beautiful, efficient, and accessible user interface Design.
- 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.
This project is MIT licensed.