A Burger builder Application built using React Js and ReduxJs. The application uses all the new features introduced in EcmaScript 6. The Application also used proper authentication and validation and implements routing using React Router. The App is Mobile Responsive as well.
Get a Firebase Realtime Database and put your endpoint URL into .env.development.local under REACT_APP_API_BASE. Set up authentication by e-mail/password and place your API key under REACT_APP_API_KEY.
Your database should have an ingredient key with data: { meat: 0, bacon: 0, salad: 0, cheese: 0 }
Importing
- npm clone https://github.com/BornPsych/Burger-Bites.git
- npm install
- npm start
- Build a burger as per your choice (select veggies/sauces etc).
- Check your balance before buying the item.
- The delivery will be at your house at any time.
- Enjoy your meal!