Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 899 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 899 Bytes

StaffMate

StaffMate is a simple employee management system that allows you to add, edit, and delete employee details. It provides a convenient way to keep track of your employees' information in one centralized location. Its a frontend application that Mocks the backend and stores, updates and deletes data in clientside using React Hooks.

WhatsApp Image 2023-04-01 at 3 20 05 PM

Features

  • Add new employees and their details
  • Edit existing employee information
  • Delete employees from the system

Tech Stack used

  • React
  • React Hooks
  • Tailwind CSS
  • SweetAlert2

Run Locally

  • Fork the repo
  • Clone it to your local
  • do npm install to install all of the dependencies
  • start the server using npm start from your terminal and voilla!