Skip to content

BookFlix is a web applications that allow users to book reservations for movies cast in a cinema. User can see details of a movie and reserve from it. Moreover user can also see lists of their reservations. Admins can add or delete movies.

License

Notifications You must be signed in to change notification settings

torobucci/BookFlix-Frontend

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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)

About

BookFlix is a web applications that allow users to book reservations for movies cast in a cinema. User can see details of a movie and reserve from it. Moreover user can also see lists of their reservations. Admins can add or delete movies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.5%
  • SCSS 21.1%
  • HTML 1.3%
  • CSS 0.1%