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.
- Host: GitHub
- URL: https://github.com/saajan94/react-shopping-list
- Owner: saajan94
- License: mit
- Created: 2019-05-18T07:00:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T21:27:21.000Z (about 7 years ago)
- Last Synced: 2026-01-03T14:23:50.200Z (7 months ago)
- Topics: expressjs, mongodb, nodejs, react, reactstrap, redux
- Language: JavaScript
- Homepage: https://young-tundra-35025.herokuapp.com/
- Size: 274 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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