Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Latest commit

 

History

History
48 lines (40 loc) · 1.25 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.25 KB

Build Status Coverage Status

BucketList-React

BucketList is a web application designed to help one to record, edit, update activities one desires to accomplish before reaching a certain age. This application consumes a rest API which displays the client side

Technologies

  1. React
  2. Redux
  3. React-bootstrap

Getting Started

These are instructions on how to set up the application on a local development machine.

  1. Clone the repository
git clone https://github.com/Descartess/BucketList-React.git
  1. Install the dependencies
npm install
  1. Run the application
npm start

Features

  • Users can create accounts
  • Users can sigin and signout of application
  • Users can create,edit,view and delete bucket lists
  • Users can create,edit,view and delete bucket list items
  • Users can reset passwords

Testing

To run tests

  1. Run tests
// in root directory
npm test
  1. Run tests with coverage
// with coverage
npm test -- --coverage