movie-ticket-frontend

Frontend for Movie Ticket Booking project, made with NextJS and Antdesign.

Starting the server

  1. Build at the root folder
yarn build
  1. Run at the root folder to start server at localhost:3004.
yarn start

Or for quick preview on dev server, run

yarn dev

However, you will have to wait for compilation when navigating to a new page. The UX will differ from an actual production build.

Example Screenshots

Screen Shot 2565-07-01 at 18 34 35 (2) Screen Shot 2565-07-01 at 18 34 18 (2) Screen Shot 2565-07-01 at 18 36 53 (2) Screen Shot 2565-07-01 at 18 37 30 (2)

Additional Info

See project requirements, architecture, schema and planning here: https://thinknet.atlassian.net/l/c/GumVoyHD

Architecture

Screen Shot 2565-07-01 at 18 09 00

Schema

Screen Shot 2565-07-01 at 18 11 39

Related repositories