Welcome to the CinemaTix Frontend Web Project! This project utilizes the power of Tailwind CSS to create a sleek and responsive user interface, and is built with a component-based architecture by React.
Web App project for ordering movie ticket and transactions online. The main feature in this project is using a Single Page Application (SPA), Dynamic Web and Responsive website for mobile and Laptop.
Create file .env
then edit it with your settings
according to your needs. You will need:
VITE_BACKEND_URL="..." Your Backend Golang Host
-
Clone project from github repository
$ git clone https://github.com/rayfarandi/fwg17-cinematix-fe
-
go to folder fwg17-cinematix-fe
$ cd Cinematix-Frontend
-
install dependencies
$ npm install
-
Prepare Backend
prepare the backend in the following link Back End Cinematix Golang
-
Start the server
$ npm run dev