This is a vanilla js simple airline ticket reservation system built with vite and styled with css
Project Link: NIL
Clone the project
git clone git@github.com:delmac-dev/ticket-reservation.git
Go to the project directory
cd ticket-reservation
Install dependencies
npm install
Start the server
npm run dev
To build this project run
npm run buiild