Food order app, vanilla JS. Back-end - Node JS. Implemented shopping cart, checkout-form, product catalog, tabs, modals.
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.
https://github.com/elian-cheng/burger-service/tree/server
1. git clone https://github.com/elian-cheng/burger-service.git
2. cd burger-service
3. open index.html
1. git clone https://github.com/elian-cheng/burger-service.git
2. cd burger-service
3. git checkout server
4. npm run start
- Tabs
- Catalog
- Product modal
- Shopping cart
- Checkout form
- JS
- Node JS
- Rest API
- Modules