The overall purpose of this application is to allow the user to keep track of their busy lives by creating an online checklist similar to Google Keep.
Create Cards: |
---|
Marking items as complete: |
---|
Marking items as complete: |
---|
These instructions will get a copy of the project up and running on your local machine for usage and testing purposes.
clone down the repository:
$ git clone https://github.com/KStockton/Trapper-Keeper.git
cd into directory and run npm install:
$ npm install
launch in your browser:
$ npm start
You will also need to run the back end server, found at: https://github.com/KStockton/api-trapper-keeper
After following the Getting Started instructions you may test the project by doing the following.
test all files:
$ npm test
test the total coverage of the project:
$ npm t -- --coverage --watchAll=false
- React.js
- Node.js
- Express.js
- React-Router
- Redux
- Enzyme/Jest
- SCSS