Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 970 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 970 Bytes

Build Status Coverage Status

Shopping List React

This is a react application that consumes the Flask-Api. The application helps you create, edit and delete shopping lists and their items.

Live App:

Click here to see the live app shopping-list-react.

Technologies used include:

React

Getting started

Clone this repository

https://github.com/MuthomiMate/Shoppinglist-React.git

Install dependencies

npm install

Run the application

npm start

Running tests

npm test