Skip to content

Files

Latest commit

 

History

History
205 lines (122 loc) · 5.39 KB

README.md

File metadata and controls

205 lines (122 loc) · 5.39 KB

BookFlix 🏠️🛠️

📗 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

Client

App Screenshot

BookFlix

Back-end Repository

Initial State of Kanban Board

KanBan3

(back to top)

🚀 Live Demo

Bookflix

(back to top)

💻 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

(back to top)

👥 Authors

👤 Lucas Erkana

👤 Kevin Toro

👤 Sam

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank:

(back to top)

🔭 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.

(back to top)

📝 License

This project is MIT licensed.

(back to top)