Skip to content

parwatcodes/bnb-movies-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BNB Movies UI

Frontend part if BNB movies. CODE REUSE AND MODULARITY and HOCs HASNT BEEN DONE MUCH

Folder Structure Conventions

Top-level directory layout

.
├── config/
├── public/
├── scripts/
├── src/
├── .gitignore
├── package-lock.json
├── package.json
├── LICENSE
└── README.md

Nested directory layout

.
├── ...
├── src
│   ├── assets
│   ├── Components
│   ├── Routes
│   ├── Sagas
│   ├── Theme
└── ...

Getting Started

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.

Prerequisites

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

Installing

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

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • React - The web framework used
  • Npm - Dependency Management

Authors

  • Parwat Kunwar
  • Bishnu Basyal

License

This project is licensed under the MIT License

Acknowledgments

  • Hat tip to anyone whose code was used

ScreenShots

  1. Movies

movies

  1. Movie Details

movie details

  1. Theatres

theatres

  1. Show

show

  1. Ticket Booking

ticketbooking1

ticketbooking2

  1. Movie ticket confirm

movieticketconfirm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published