Frontend part if BNB movies. CODE REUSE AND MODULARITY and HOCs HASNT BEEN DONE MUCH
.
├── config/
├── public/
├── scripts/
├── src/
├── .gitignore
├── package-lock.json
├── package.json
├── LICENSE
└── README.md
.
├── ...
├── src
│ ├── assets
│ ├── Components
│ ├── Routes
│ ├── Sagas
│ ├── Theme
└── ...
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Node
Click to download Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Installing node.js will automatically install npm(dependency management tool)
Check verison
node -v
npm -v
A step by step series of examples that tell you how to get a development env running
Navigate to the project directory cd bnb-movies-ui/
npm install
npm start
npm start
will open the app in 3000
port http://localhost:3000
Add additional notes about how to deploy this on a live system
- Parwat Kunwar
- Bishnu Basyal
This project is licensed under the MIT License
- Hat tip to anyone whose code was used
- Movies
- Movie Details
- Theatres
- Show
- Ticket Booking
- Movie ticket confirm