Simple food order app built during my hands-on react practice.
- Simple food order app. It displays a list of meals and the user can order them. It's single page app, using 2 modals for cart and checkout. The order is posted to a dummy local node.js BE and written in a JSON file.
- HTML
- CSS
- JavaScript
- React
- NodeJS