Project Roadmap:
- Use npm/yarn to manage app dependencies.
- Configure a React App using Webpack.
- Create Components.
- Style Components.
- Display information from API using Axios to request the API.
- Implement pagination.
- Implement tests using Jest.
- Implement React Routes.
- Use Redux.
- Use Redux-Thunk.
- Use Airbnb style guide
- Deploy APP.
yarn install
yarn dev
yarn test