Click'n'Eat is a website where you can order your favorite food.
Styling - CSS Modules
Live demo: https://tinyurl.com/clickneat
1. Copy repository from GitHub,
2. Install project by npm install
2. Run project by npm start
2a. Additionally - you can watch this project live on your phone ! Just run npm start and enter your local ip address with :3000 port on the end.
3. Order your favorite food !
- I can add new meals just adding new record in Firebase - don't need to dive in to the code !
- Every food you will order - I'll receive it! Every order is posting new object as a data as you can see below:
- Fully responsive for Mobile and desktop !
Extras:
You may not see some loading animations (during rendering menu on main screen + ordering food) because of quite fast http requests.
Just in your Developer Tools slow down your internet to 3G and reload the page. You will see loading spinner while rendering menu.
Try it!


