An Employee Management System project built using React.js
, Redux
, Redux Toolkit
and Tailwindcss
.
You can access the deployed Employee Management System directly by visiting the following URL:
https://employees-system.netlify.app/
If you prefer to run the Employee Management System locally on your machine, follow these steps:
- Clone the repository using the following command:
git clone https://github.com/rakeshkumar1019/employee_management_system.git
- Change the current directory to the project folder:
cd employee_management_system
- Install project dependencies by running:
npm install
- Start the application with the following command:
npm run dev
- Open your web browser and visit http://localhost:5173/ to access the Invoice Management System.