https://github.com/mark-nawar/star_cinema_reservation
A cinema reservation web application made with react
https://github.com/mark-nawar/star_cinema_reservation
cinema movies reactjs reservation-system threejs
Last synced: 7 months ago
JSON representation
A cinema reservation web application made with react
- Host: GitHub
- URL: https://github.com/mark-nawar/star_cinema_reservation
- Owner: Mark-Nawar
- Created: 2022-01-12T09:17:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T17:11:30.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:56:56.335Z (9 months ago)
- Topics: cinema, movies, reactjs, reservation-system, threejs
- Language: JavaScript
- Homepage:
- Size: 808 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is build with:
- React Js
- Bootstrap
- Three.Js for 3-d animations
- Json-server
- React Router
- Backend( NodeJs and MongoDB)
note : check the file of the dependencies for more information about the packages that were used
note: we are using npm as a package manager you are welcomed to use yarn just check the coresponding commands
note : To use React you need to download Nodejs First run ```$ node -v``` in a powershell commandline if not installed follow this link [Node Js download guide](https://nodejs.org/en/download/)
---
# Follow this Instructions carefully
1-Clone Repo ( use this command to push easily ( git push ))
```
$ git clone -b main https://github.com/Mark-Nawar/Star_Cinema_Reservation.git
```
2-Change to project dir. in my local machine it was cinema replace this with the name of the folder you cloned the project into
```
$ cd cinema
```
3- Download All dependencies( aka packages we will will be used need to be on your local machine)
```
$ npm install
```
4- Run In dev ( only for front-end currently a json-server is not done)
```
$ json-server --watch Data/db.json --port 8000
$ npm start
```
# Screen Shots
* Home Page

https://user-images.githubusercontent.com/62334815/149527068-26b2acc5-e703-4d2b-b157-59100436196c.mp4
* Manager User

* Customer

