An open API service indexing awesome lists of open source software.

https://github.com/rakeshkumar1019/employee_management_system


https://github.com/rakeshkumar1019/employee_management_system

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Employee Management System
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/

# Setps To Run Locally
If you prefer to run the Employee Management System locally on your machine, follow these steps:

1. Clone the repository using the following command:
```
git clone https://github.com/rakeshkumar1019/employee_management_system.git
```
2. Change the current directory to the project folder:
```
cd employee_management_system
```
3. Install project dependencies by running:
```
npm install
```
4. Start the application with the following command:
```
npm run dev
```
5. Open your web browser and visit http://localhost:5173/ to access the Invoice Management System.