"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.
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.
- Craco for customize CRA configuration without using 'eject'.
- Workbox for generate a service worker and their features.
npm install
to install dependenciesnpm run dev
to development enviromentnpm run build
to build a staticsnpm run start
to product enviroment
MIT
This project was bootstrapped with Create React App.