Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.03 KB

Recipies

Application Capture

"Recipies" is a PWA that utilize the spoonacular recipes API to show some recipies with their respective ingredients and instructions, some features are:

  • Offline support with Workbox.
  • Network strategies for resources.
  • Add to Home Screen posibility.
  • Web Share API.

Show App in production

Objective of the project

Learn how increment a user experience through building a PWA that you can add to Home Screen and implement a service worker with network strategies through workbox for offline support.

Others tools

  • Craco for customize CRA configuration without using 'eject'.
  • Workbox for generate a service worker and their features.

Scripts

  • npm install to install dependencies
  • npm run dev to development enviroment
  • npm run build to build a statics
  • npm run start to product enviroment

License

MIT

This project was bootstrapped with Create React App.