Skip to content

Vaisakh-RS/EmployEase-Frontend

Repository files navigation

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.

Features

  • Users can add ,edit and delete employee and department details.
  • Eligible employees are automatically found and can be made managers.

Dependencies

  • 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.

Run Locally

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

Team