Skip to content

DrivenEats is a restaurant that users can choose a combo and the order is delivered in 6 minutes.

Notifications You must be signed in to change notification settings

AbellasJuan/DrivenEats-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍝 DrivenEats

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/

🔹🔹About

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.

🔹🔹Technologies

  • HTML5
  • CSS3
  • Javascript
  • React

🔹🔹Disclaimer

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.

🔹🔹How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser.

About

DrivenEats is a restaurant that users can choose a combo and the order is delivered in 6 minutes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published