Skip to content

NamaTeam/tickitz-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tickitz-Frontend

This is a frontend part for api project.

Getting started

To get the React app running locally:

  • Clone this repo with git clone https://github.com/NamaTeam/tickitz-frontend-2.git
  • cd tickitz-frontend-2
  • npm install to install all required dependencies
  • Create a .env file and reference the dotenv.example file
  • npm start to start the local server

Folder Structure

├── public                    
│   ├── logo              
│   ├── svg              
│   └── index.html            
├── src
│   ├── Redux
│   │   ├── Actions 
│   │   │   ├── auth.js  
│   │   │   ├── cinema.js 
│   │   │   ├── movie.js 
│   │   │   ├── order.js    
│   │   │   ├── payment.js 
│   │   │   ├── schedule.js    
│   │   │   ├── seat.js
│   │   │   ├── stats.js   
│   │   │   └── user.js    
│   │   ├── Reducers   
│   │   │   ├── ...      
│   │   │   └── index.js    
│   |   └── store.js
│   ├── components 
│   │   ├── Partials
│   │   │   ├── styles 
│   │   │   │   └── style.css    
│   │   │   ├── Footer.js  
│   │   │   ├── Navbar.js     
│   │   │   └── index.js      
│   │   ├── Routes 
│   │   │   ├── privateRoute.js  
│   │   │   ├── publicRoute.js     
│   │   │   └── index.js     
│   |   └── index.js    
│   ├── pages 
│   │   ├── Admin     
│   │   │   └── ...    
│   │   ├── Auth 
│   │   │   └── ... 
│   │   └── ...     
│   ├── App.js
|   ├── index.js
|   └── ...   
└── ...

Screenshot

dashboard dashboard-sm

movie-page movie-page-sm

About

Frontend part for Movie Ticket Booking app. Server-side created with Node.js, Express.js https://github.com/NamaTeam/tickitz-backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •