Keeper is an application to help users track the projects they are working on to stay on task and accomplish their goals. Keeper is modeled after Google Keep. Users can sign in with their Google account, save notes with lists of items they need to complete, check them off as they go, and edit or delete any part of a note. Other user enhancements include personalizing your account by changing the background color of your notes and drag-and-drop functionality to re-order your notes.
Clone this repo
Run npm install
from the root directory
Run npm start
and visit localhost:3000 in your browser
(Associated backend repo can be found here)
Run git clone git@github.com:dForDeveloper/trapper-keeper-api.git
Run npm install
from the root directory
Run npm start
and visit localhost:3001 in your browser
- React
- Redux
- React Router
- Node.js
- Express
- MongoDB / OAuth
- JavaScript
- SCSS
Jest and Enzyme for front-end and back-end testing
Run npm test
from the associated root directory
Trapper Keeper project from Turing School of Software & Design
Jeo D
Tiffany Bachmann
Whitney Burton
This project was bootstrapped with Create React App.