https://github.com/mehmet-github06/react-employee-list
This project is a simple web application for managing the information of employees in a company.
https://github.com/mehmet-github06/react-employee-list
html-css-javascript mockdata react sass usestate
Last synced: about 1 year ago
JSON representation
This project is a simple web application for managing the information of employees in a company.
- Host: GitHub
- URL: https://github.com/mehmet-github06/react-employee-list
- Owner: Mehmet-github06
- Created: 2023-12-06T13:00:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T16:49:20.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:25:41.665Z (about 1 year ago)
- Topics: html-css-javascript, mockdata, react, sass, usestate
- Language: JavaScript
- Homepage: https://react-employee-list-nine.vercel.app
- Size: 935 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee List Project
## About the Project
This project is a simple web application for managing the information of employees in a company.
## Live Project Link
You can access the live version of the project [here](https://react-employee-list-nine.vercel.app/).
```
Employee List (folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ┣ 📂assets
│ ┣ 📂components
│ ┃ ┗ 📜List.jsx
│ ┣ 📂helper
│ ┃ ┗ 📜data.js
│ ┣ 📂scss
│ ┃ ┣ 📜_mixins.scss
│ ┃ ┣ 📜_reset.scss
│ ┃ ┗ 📜_variables.scss
│ ┣ 📜App.js
│ ┣ 📜index.js
│ ┗ 📜index.scss
├── package.json
└── yarn.lock
```
## Screenshots
## Compatibility
The project is compatible with both wide-screen computers and mobile devices.