This is a react based web application that consumes the bucketlist-api providing an interface for users to create accounts, login and create, view, edit and delete bucketlists and items.
A live demo of the application is hosted at https://bucketlist-react-cp4.herokuapp.com
- React
- Bootstrap
- Create a new folder in which the app will reside and initialize git
git init
- Clone this repository
git clone https://github.com/eric-elem/bucketList-react.git
- Using your package manager like npm, install dependencies
npm install
- Start the application
npm start
- Navigate to it's url with your favourite browser
In the projects root directory, to view tests and their coverage, run
npm test -- --coverage

