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.
- Add new employees and their details
- Edit existing employee information
- Delete employees from the system
- React
- React Hooks
- Tailwind CSS
- SweetAlert2
- 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!