This is service food delivery.
- native JavaScript ES6+ with modules structure
- client-server: Fetch, promises, XMLHttpRequest, axios
- webpack + gulp + json-server (in GitHub Pages works with service https://my-json-server.typicode.com/)
- calculator calories (with localStorage)
- slider with navigate buttons and dots (used css transform, transition)
- cards (with data in db om promises, used class MenuCard)
- Forms
- modals
- timer (with setInterval)
- tabs
git clone
npm i
gulp
npx json-server db.json
gulp prod
git push
- deploy to GitHub Pages:
git subtree push --prefix dist origin gh-pages