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

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/

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