Skip to content

maxim-saharov/food-delivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food delivery

Link where publishes this project: https://maxim-saharov.com.ua/food-delivery

Link where publish other projects: https://maxim-saharov.com.ua


⛳️ Deployment

  • clone project
npm install

If you don't have json-server

npm install -g json-server
  • in new terminal json-server --watch db.json --port 3000
  • if you want development mode
npm run start

You can see project on http://localhost:3010
Callback orders on http://localhost:3000/requests

  • if you want production mode
npm run build-prod

Tech stack:

  • HTML, CSS,
  • Only desktop version
  • Native JavaScript (Tabs, Slider, Forms, Countdown timer, Calorie Calculator)
  • Webpack 5, Compress image
  • JSON Server, LocalStorage
  • Git, GitHub

If you like 👍 this project don't forget to turn on a star 💛 for it)