Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanfortonski/react-posts-searcher
Example React app that allow us to finds posts
https://github.com/stanfortonski/react-posts-searcher
axios axios-rest jsonplaceholder jsonplaceholder-api react react-components react-example react-example-app react-examples reactjs search searching
Last synced: 2 days ago
JSON representation
Example React app that allow us to finds posts
- Host: GitHub
- URL: https://github.com/stanfortonski/react-posts-searcher
- Owner: stanfortonski
- License: mit
- Created: 2020-05-31T18:56:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:50:07.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T16:08:56.378Z (over 1 year ago)
- Topics: axios, axios-rest, jsonplaceholder, jsonplaceholder-api, react, react-components, react-example, react-example-app, react-examples, reactjs, search, searching
- Language: JavaScript
- Size: 516 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Posts-Searcher
Example React app that allow us to finds posts.Link for that is here: https://stanfortonski.github.io/examples/react-posts-searcher
## How it works?
When you start application all posts are loaded to container and cached to use them later. If you type something on searchbar application fires onChangeEvent and seeks cached posts using regex.## Installation
1. `npm install`
2. `npm start`