Skip to content

jamarob/jotter

Repository files navigation

Jotter

React Version   MongoDB Version   Spring Version   Demo status

Jotter is a mobile note taking app and my final project from the neuefische bootcamp.

Instead of relying on sorting notes into hierachies, Jotter makes heavy use of taging (like Twitter) and fuzzy searching.

A live demo is available here.

The code for a suitable REST backend can be found here.

Available scripts

Clone this repo and run

$ npm start

to start the development server on http://localhost:3000

$ npm run server:dev

Prerequisites: Java 13 and mongodb running

to start the spring backend on http://localhost:8080

$ npm run test

to run the unit tests using Jest

$ npm run cypress:local

to run the end-to-end tests using Cypress.

$ npm run cypress:server

Prerequisites: Java 13 and mongodb running

to run the end-to-ends test using Cypress with the spring backend on http://localhost:8080

About

Note taking app & personal knowledge base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published