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

https://github.com/saajan94/react-shopping-list

React Shopping List is an application that uses the MERN stack along with Redux to allow its user to create and remove shopping list items.
https://github.com/saajan94/react-shopping-list

expressjs mongodb nodejs react reactstrap redux

Last synced: 4 months ago
JSON representation

React Shopping List is an application that uses the MERN stack along with Redux to allow its user to create and remove shopping list items.

Awesome Lists containing this project

README

          

# React-Shopping-List
https://young-tundra-35025.herokuapp.com/

React Shopping List is an application that uses the MERN stack along with Redux to allow its user to create and remove shopping list items.

### How It Works
* The user can simply click "Add Item" and a modal will appear.
* Once the user submits the new item, it will appear at the top of the list.
* The user can remove the item from the list by clicking the X icon next to the item.

### Technologies Used
* MongoDB
* Express.js
* React
* Node.js
* Redux
* Reactstrap