Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhathiyaprasad/employee-management-system
MERN Stack Web System for Processing Employer's Data into Meaningful Information
https://github.com/bhathiyaprasad/employee-management-system
Last synced: 16 days ago
JSON representation
MERN Stack Web System for Processing Employer's Data into Meaningful Information
- Host: GitHub
- URL: https://github.com/bhathiyaprasad/employee-management-system
- Owner: BhathiyaPrasad
- Created: 2024-04-22T11:01:59.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-10T04:28:11.000Z (4 months ago)
- Last Synced: 2024-10-05T16:22:11.060Z (3 months ago)
- Language: JavaScript
- Homepage: https://employee-management-system-hazel-xi.vercel.app
- Size: 1.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1 create react app using npx create react app
2 install react router dom for routing through the pages npm install react router-dom
3 for ui go with MUI(Material ui) libraries npm i mui
supporting libraries for mui
1 .npm i @mui/material
2 .npm i @emotion/react
3 .npm i @emotion/styled
4 librarie for connect with backend
1 npm install axios
5 using 'useNavigate hook' to navigate the user after clicking the employer button in landing page.