https://github.com/mostafarakib/users-list-client
https://github.com/mostafarakib/users-list-client
bootstrap react react-router-dom
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mostafarakib/users-list-client
- Owner: mostafarakib
- Created: 2024-02-09T06:56:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T07:38:22.000Z (over 2 years ago)
- Last Synced: 2024-02-11T08:24:56.262Z (over 2 years ago)
- Topics: bootstrap, react, react-router-dom
- Language: JavaScript
- Homepage: https://user-list-mostafa-rakib.netlify.app/
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## User-list
This website will show some users and their informations which are fetched from https://dummyjson.com/users api. Below are the features I added in this app:
1. Added search user by name functionality.
2. Added sort users by name/ email/ company name functionality.
3. Added a form to add new user.
Additionally, I added react-router-dom to route between web pages.