A simple application to help you keep track of your shopping lists. It has been developed using React and consumes the Shopping List Api that can be found here.
- Registration and login of users
- Creation of shopping lists
- Addition of items to a shopping list
- Friend system
- List sharing
The live demo of the application can be found here.
- React.js: A javascript library for building interfaces
- Redux: Redux is a predictable state container for JavaScript apps.
- Semantic UI React: The official React integration for Semantic UI
Clone this repository
git clone https://github.com/Arthur236/shopping-list-react.git
Install dependencies
npm install
Run the application
npm start
Run tests
npm test
