https://github.com/rakeshkumar1019/employee_management_system
https://github.com/rakeshkumar1019/employee_management_system
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rakeshkumar1019/employee_management_system
- Owner: rakeshkumar1019
- Created: 2023-10-02T19:12:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-02T19:28:17.000Z (over 1 year ago)
- Last Synced: 2025-01-18T16:57:16.968Z (4 months ago)
- Language: JavaScript
- Homepage: https://employees-system.netlify.app/
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.