This app is a three-person project that replicates the note taking service Google Keep. It allows users to create notes that are saved to our backend server made with Node.js. Users can make unlimited list items per note, mark them as completed, as well as change the color of the note itself. The goal of the project was to create our first Node and Express server, in addition to making a complex and dynamic form.
Deployed at: https://trapper-keeper-ui.herokuapp.com/
Our backend repo can be found at https://github.com/ehk9000/trapper-keeper-api
Clone the front-end repo here:
git clone https://github.com/ehk9000/Trapper-Keeper.git
Once you have cloned the repo, change into the directory:
cd trapper-keeper-ui
Once you have changed into the directory, install the library dependencies:
npm install
Then:
npm start
- HTML
- CSS
- JavaScript
- React
- Redux
- Router
- Thunk
- Node
- Heroku
- Testing with Jest & Enzyme & Supertest
- Webpack
- NPM
- ESLint