Skip to content

systemshock89/js-app-food

Repository files navigation

Food - native js app

This is service food delivery.

Demo

Used technologies

  • 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/)

Used features

  • 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

How to use

  1. git clone
  2. npm i
  3. gulp
  4. npx json-server db.json

How to deploy

  1. gulp prod
  2. git push
  3. deploy to GitHub Pages:
    git subtree push --prefix dist origin gh-pages