An easy-to-use platform for storing your company's employee and department details.
Made as part of the GTA hackathon.
This is the frontend repo. Visit the backend repo here.
- Users can add ,edit and delete employee and department details.
- Eligible employees are automatically found and can be made managers.
-
The project was created using Vite.
-
React, Tailwind CSS and Material UI was used to build the interfaces.
-
The backend was created using Django.
-
SQLite was the database used.
-
The frontend was hosted on Vercel and the backend on Railway.
Clone the project
git clone https://github.com/Vaisakh-RS/EmployEase-Frontend
Go to the project directory
cd EmployEase-Frontend
Install dependencies
npm install
Start the dev server
npm run dev