This project was bootstrapped with Create React App.
Tiny React based app that renders a search bar, filters a list based on the input search term, and allows navigating to a details page of the selected item.
- Based on Create React App.
- App routing implemented using React Router
- Styles implemented using styled-components.
- Data is provided through a JSON file
- Run yarn to install dependencies
- Run yarn start to boot app.