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
- React
- Redux
- React-bootstrap
These are instructions on how to set up the application on a local development machine.
- Clone the repository
git clone https://github.com/Descartess/BucketList-React.git
- Install the dependencies
npm install
- Run the application
npm start
- 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
To run tests
- Run tests
// in root directory
npm test
- Run tests with coverage
// with coverage
npm test -- --coverage