Your ideas deserve to be jot down. A simple note taking app created with Node.js using offline storage to keep your ideas on your machine.
- Notes are saved in localStorage for offline functionality
- In the terminal at the root directory start a local Express server with
npm start
- To view the app navigate to
localhost:3000
- Start a local server with BrowserSync 2.26.7 by running
npm run dev
- The npm script for testing is
npm test
- mocha 6.2.2
- supertest 4.0.2
- chai 4.2.0