Shoppinglist application enables a user to easily manage their shopping, by enabling them to create shoppinglists and items to it as well.
The application consumes the api https://shoppinglist-api.herokuapp.com/.
For a live demo visit the link https://shoppinglist-reactclient.herokuapp.com/.
$ git clone https://github.com/arthuroe/ShoppingList_reactClient
$ cd ShoppingList_reactClient
$ npm install
To test the application
npm test
To run the application
npm start