A static web that show dummy restaurants. API Source: Dicoding Restaurant API
- A single page PWA
- Built using HTML, CSS, and Vanilla JS
- Can be used offline by use dynamic caching with service worker
- Can save information about favorite restaurants using Indexed DB
- Code splitting optimization using split chunks
- Integration test using karma and jasmine
- End to end test using codeceptjs and puppeteer
Use the package manager npm to install dependencies.
npm install
To use in development mode
npm run start-dev
To use in production mode
npm run build
To run integration test
npm run test
To run end to end test
npm run e2e
This site has been deployed at weltiresto