Skip to content

elian-cheng/burger-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

burger-service

Food order app, vanilla JS. Back-end - Node JS. Implemented shopping cart, checkout-form, product catalog, tabs, modals.

Deploy

https://elian-cheng.github.io/burger-service/

Back-end is deployed to the free of charge common server, it needs time to wake up. Please be patient and wait for a minute until the website is uploaded.

Back-End server

https://github.com/elian-cheng/burger-service/tree/server

Install instructions:

Front-End:

1. git clone https://github.com/elian-cheng/burger-service.git
2. cd burger-service
3. open index.html

Back-End:

1. git clone https://github.com/elian-cheng/burger-service.git
2. cd burger-service
3. git checkout server
4. npm run start

Implemented features:

  • Tabs
  • Catalog
  • Product modal
  • Shopping cart
  • Checkout form

Used technologies:

  • JS
  • Node JS
  • Rest API
  • Modules