The project was created while attending the React - The Complete Guide (incl Hooks, React Router, Redux) created by Maximilian Schwarzmüller. The project was created to practice the basic React functionalities presented in the course and practice working with Firebase. It is a simple application that allows you to order specific meals with home delivery.
Features:
- Add a certain number of dishes to the cart
- Delete meals from a cart
- Enter the data in the delivery form
Technologies used to build this application:
Libraries used to build this application:
Below you find all scripts to clone, run and build this application.
git clone https://github.com/KingaMiroslaw/food-order.git
npm install
First, run the development server:
npm run start
Open http://localhost:3000 with your browser to see the result.
npm run build