Click to go to the deployed via github pages
Welcome to the Ppl Finder application (link to the deployed).
This app is a simple application which displays randomly generated user information in a list, using the randomuser.me
API.
- Filter - Allow the user to select up to 5 country's and also capable of handling multiple country selections, while unmark a country remove the filter.
- Favorites - Every user has a small heart signing which appears when hovering on the user, while press the hard store the user in the local storage and all the user is automatic can be found on the favorites page
- Infinity Scroll - Loads content continuously as the user scrolls down the page. note this feature is without any additional library.
This React app use the following liberty's/api's (besides the standard useState and useEffect api's from React great library):
This project was bootstrapped with Create React App and requires NPM to be installed.
git clone https://github.com/soferdani/post-board
cd notes-react-app
npm install
npm start