Descartess / BucketList-React

React Front End consuming BucketList Rest API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React Front End consuming BucketList Rest API

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.0%Language:CSS 1.2%Language:HTML 0.7%