/ReactJS-BucketList

A Bucket List App in React to consume a Flask API

Primary LanguageJavaScript

Build Status Coverage Status

BucketList Application

Create Buckets and Add Items to Them

Usage

Clone the application

git clone https://github.com/patlub/ReactJS-BucketList.git

Change to cloned application directory

cd ReactJS-BucketList

Install packages and dependencies via npm

npm install

Launch application

npm start

Testing

npm test

Test with coverage

npm test -- --coverage