This is a project for the course Project where we implement movies reservation system, where a user can login/signup to his account, choose his favorite movie, choose his preferred seats, edit his reservation(seat position/ number of seats/date of reservation). It also provides an admin panel where the admin can add or delete users, create managers. Also there is a management panel, where the manager can create/edit/view movie details.
Open terminal/git-bash:
git clone https://github.com/cufechs/Cinema-Movies-Reservation-System-Frontend.git
cd Cinema-Movies-Reservation-System-Frontend
npm install
npm start