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