Skip to content

cvine21/food-delivery-service

Repository files navigation

🍎 Food Ration Delivery Service

This is a food ration delivery service page that provides the main functions you'd expect from a site of this type, such as tabs, modal windows, slider, timer etc.

Features

  • Modal window open/close
  • Tabs
  • Forms
  • Slider
  • Calories calculator
  • Calculator's data uses local storage memory
  • Countdown timer
  • Ability to create get/post requests via JSON-server

Setup

  1. Clone this repo and go to the cloned folder.
$> git clone https://github.com/cvine21/food-ration.git && cd food-ration
  1. Install all the dependencies
$> npm install
  1. Run the webpack module bundler
$> npx webpack
  1. Run the JSON-server
$> npx json-server db.json
  1. Open the index.html page with your favourite browser or run a live or local server.