Skip to content

rdren0/Trapper-Keeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trapper Keeper

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.

Preview:

Start_Page

Create Cards:
2019-05-29 07 32 38
Marking items as complete:
2019-05-29 07 40 30
Marking items as complete:
2019-05-29 07 33 52

Getting Started:

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

Testing Project:

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

project test coverage

Project Tools:

  • React.js
  • Node.js
  • Express.js
  • React-Router
  • Redux
  • Enzyme/Jest
  • SCSS

Authors:


BACK TO TOP


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.8%
  • CSS 20.5%
  • HTML 2.7%