DrivenEats is a very special restaurant that delivers your order in 6 minutes!!
To to this, they only accept an specific type of order: meal + drink + dessert combos.
The application allows users to easily pick up a combo, and then send the order to the restaurant via WhastApp.
Easy Peasy!
Project developed using React.js!
You can try this out now: https://driven-eats-react-chi.vercel.app/
This is a mobile web application where users can order a food combo and send the order to the restaurant WhatsApp. Below are the implemented features:
- Home page where users can choose meals, drinks and desserts;
- WhatsApp page review with an automatic message describing the selected items and the total to be paid;
Business rule: Users have to choose at least one item per category.
- HTML5
- CSS3
- Javascript
- React
There is no use of API in this project, that is why you will find all the items hardcoded in the index.html file.
It was very cool producing this application while learning javascript. I am very amazed with the result.
- Clone this repository
- Install dependencies
npm i
- Run the front-end with
npm start
- You can optionally build the project running
npm run build
- Finally access http://localhost:3000 on your favorite browser.