https://github.com/mux-mux/food
(JS DOM) Healthy food Single-page webstore [FetchAPI, Modal, Carousel, Custom Slider, LocalStorageAPI, Countdown Timer]
https://github.com/mux-mux/food
class fetch html js-dom json localstorage scss webpack
Last synced: 3 months ago
JSON representation
(JS DOM) Healthy food Single-page webstore [FetchAPI, Modal, Carousel, Custom Slider, LocalStorageAPI, Countdown Timer]
- Host: GitHub
- URL: https://github.com/mux-mux/food
- Owner: mux-mux
- Created: 2023-03-26T07:48:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T09:46:31.000Z (over 1 year ago)
- Last Synced: 2025-03-29T17:21:30.714Z (over 1 year ago)
- Topics: class, fetch, html, js-dom, json, localstorage, scss, webpack
- Language: JavaScript
- Homepage: https://jsgo.pro/food
- Size: 8.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food :apple:
## Great healthy food shop website :strawberry::banana::green_apple::cherries::grapes:
## [Live Link](https://jsgo.pro/food) :link:
## Stages :scroll:
1. webpack_config
2. header
3. countdown_timer
4. tabs
5. slider
6. modal
7. json_service
8. submit_json
9. offer_cards
10. calorie_calculator
11. footer
12. responsive
13. pagespeed
## Folder structure :open_file_folder:
## How To Use :closed_lock_with_key:
```bash
# Clone this repository
$ git clone git@github.com:mux-mux/food.git
# Go into the repository
$ cd food
# Install dependencies
$ npm install
# Open browser, listen to scss js changes
$ npm run dev
```