Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-erkana/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.
https://github.com/lucas-erkana/bookflix-frontend

reactjs

Last synced: 19 days ago
JSON representation

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.

Awesome Lists containing this project

README

        


BookFlix 🏠️🛠️


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [ BookFlix 🏠️🛠️ ](#-BookFlix-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 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](https://github.com/Lucas-Erkana/BookFlix-Backend/assets/41428579/ed31191f-e5a7-4efc-9ce7-cf8cd40da20d)

### Back-end Repository
- Here is the link to the [Back-End](https://github.com/Lucas-Erkana/BookFlix-Backend)

### Initial State of Kanban Board
![KanBan3](https://github.com/Lucas-Erkana/BookFlix-Backend/assets/41428579/32a756e4-2194-4e96-a5c7-dd5a76f199c0)

- We started as a team of five team members, but we ended with four.
- [Lucas Erkana](https://github.com/Lucas-Erkana)
- [Kevin Toro](https://github.com/torobucci)
- [Samson Tush](https://github.com/SabaAhmad404)
- [Saba Ahmad](https://github.com/SamTush)

(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:
- [x] A web browser like Google Chrome.
- [x] 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](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**

- GitHub: [@Lucas-Erkana](https://github.com/Lucas-Erkana)
- Twitter: [@Lucas_David_22](https://twitter.com/@Lucas_David_22)
- LinkedIn: [Lucas Erkana](https://www.linkedin.com/in/lucas-erkana/)
- Frontend Mentor - [@Lucas-Erkana](https://www.frontendmentor.io/profile/Lucas-Erkana)

👤 **Kevin Toro**
- GitHub: [@torobucii](https://github.com/torobucci)
- Twitter: [@torobucii](https://twitter.com/@torobucii)
- LinkedIn: [Kevin Toro](https://www.linkedin.com/in/kevin-toro-047181238/)

👤 **Saba Ahmad**

- GitHub: [@SabaAhmad404](https://github.com/SabaAhmad404)
- LinkedIn: [Saba Ahmad](https://www.linkedin.com/in/saba-ahmad-97b938244/)

👤 **Sam**

- GitHub: [@SamTush](https://github.com/SamTush)
- LinkedIn: [SamTush](https://www.linkedin.com/in/samson-tush/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank:
- Hats off of [Murat Korkmaz](https://www.behance.net/muratk) for a beautiful, efficient, and accessible user interface [Design](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign).

(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](./LICENSE) licensed.

(back to top)