Tajmaut is an event organizing web app allowing venues to create events and customers to make reservations. It also includes tracking of reservation status.
➡️ login
➡️ see upcoming events (for the next two days)
➡️ list all events
➡️ list all venues
➡️ make reservation for an event and track status
➡️ leave review for venues
- React (with vanila CSS)
- .NET for backend
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/petark7/tajmaut.git
cd tajmaut
Installation
Install the project dependencies using npm:
npm install
Running the Project
npm run dev
Open http://localhost:5173 in your browser to view the project.
Note: You will need to run the backend as well to have this work.