https://github.com/german-zarate/react-posts-searcher
Example React app that allow us to finds posts.
https://github.com/german-zarate/react-posts-searcher
blog css posts react
Last synced: 8 months ago
JSON representation
Example React app that allow us to finds posts.
- Host: GitHub
- URL: https://github.com/german-zarate/react-posts-searcher
- Owner: german-zarate
- License: mit
- Created: 2024-05-14T06:21:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T06:21:59.000Z (about 2 years ago)
- Last Synced: 2024-12-05T15:12:05.451Z (over 1 year ago)
- Topics: blog, css, posts, react
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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`