A simple application to help you keep track of your shopping lists.
- Registration and login of users
- Creation of shopping lists
- Addition of items to a shopping list
- Friend system
- List sharing
- 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
Install dependencies
npm install
Run the application
npm start
Run tests
npm test