https://github.com/fareedkhan-dev/reactapp-searchuser
A simple react project. Live preview - https://fareedkhan-dev.github.io/ReactApp-SearchUser/
https://github.com/fareedkhan-dev/reactapp-searchuser
html-css-javascript node-js react
Last synced: 3 months ago
JSON representation
A simple react project. Live preview - https://fareedkhan-dev.github.io/ReactApp-SearchUser/
- Host: GitHub
- URL: https://github.com/fareedkhan-dev/reactapp-searchuser
- Owner: FareedKhan-dev
- Created: 2020-05-12T14:40:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T04:41:18.000Z (about 1 year ago)
- Last Synced: 2024-04-23T05:53:25.432Z (about 1 year ago)
- Topics: html-css-javascript, node-js, react
- Language: JavaScript
- Homepage:
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
### - Description of this project -
A simple react project in which different users can be searched.
User's profile and their images have been created by using an array of objects from a website API.
Unique ID has been given to each users, with different image for each user.
### - How to use this project -
First you have to include node modules by running this command so that you can include all packages that this project uses:
npm install
Then use the below mentioned command to run this project in your browser
npm start