Tickitz is an application-based website that can assist you in purchasing cinema tickets, tickitz is very easy to use and its interface can be understood by users
If you want to use tickitz you have to use nodejs version 12+
Install the dependencies and devDependencies and start the server.
git clone this repository
cd repository
npm install
npm start
create file .env in root your project
REACT_APP_DEV=yourBaseUrl_Backend
REACT_APP_PROD=yourBaseUrl_Backend-Production
REACT_APP_NAME=prod <= this condition app, production if you already host your backend url
REACT_APP_NAME=dev <= this condition app, dev if you not already host your backend url
- [NodeJs] - Runtime Javascript environment for the backend
- [React Js] - UI Library for the frontend
- [Redux] - Library State Management
- [Redux-Persist] - for handle redux state management
- [Bootstrap] - Framework Css, for UI Component Css
- [Vercel] - Hosting for production