Application for creating small notes, customized to your own liking.
Basic note CRUD functionalityFolders- Drag and drop
- Colored notes
- Responsive markup
Authentication- Synchronization with Google services
- Links to personal notes for other users
- Customizable design and layout
npm install
npm install babel-preset-react
npm install babel-preset-es2015
npm start
Go to localhost:8080
npm test
npm test -- FileName.spec.js
npm run coverage
Front-end: Typescript, React, Redux, ES6, Babel, Webpack
Back-end: Python, Django, SQLite
Tests: Jest, Enzyme