An open API service indexing awesome lists of open source software.

https://github.com/amalumian/reactmeals

React Course Project
https://github.com/amalumian/reactmeals

course-project

Last synced: 3 months ago
JSON representation

React Course Project

Awesome Lists containing this project

README

        

# ReactMeals

ReactMeals is a website that implements the ability to add items to a shopping cart, from where you can checkout via a form (input validation added), after which the items that were added to the cart and the data from the form are sent to the Firebase database. In addition, existing items on the page appear through a request to the database, where information about them is stored in a json file.

Made on [Maximilian Schwarzmüller's course](https://www.udemy.com/course/react-the-complete-guide-incl-redux/).

## Screenshot

![screenshot](https://i.imgur.com/wN66jFW.png)