stanfortonski / React-Posts-Searcher

Example React app that allow us to finds posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example React app that allow us to finds posts

License:MIT License


Languages

Language:JavaScript 83.2%Language:CSS 11.6%Language:HTML 5.2%