Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.