Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 559 Bytes

robofriends

This app filters robots fetched from jsonplaceholder api and display them dynamically.

What I Learned

  • 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.