- Live link to application.
This app is to complete a coding challenge to fetch data from https://hook.io/danielgtaylor-gmail-com/isp-sales/summary, sort it in descending order, and implement a filter. This project was scaffolded from create-react-app.
To run the app locally, you should first have yarn installed. Afterwards, follow these steps:
- Run
yarnto download all the right packages. - Run
yarn startto start the application.
Most of the code for review is here.
- recompose for React helpers.
- styled-components for awesome inline styling, and much more.
- github-pages for ease of deployment.