This app filters robots fetched from jsonplaceholder api and display them dynamically.
- I built my first ever React component.
- I leaned how to make AJAX calls over the internet.
- Handled the transferred data in json.
- Used Redux for state management of App.
- Written Unit Tests with Jest and Enzyme followed by Snapshot Testing.
- Converted into a Progressive Web App Using manifest.json , Service workors, Cache API and https.
- Used circleci CI/CD pipeline to deploy.