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
npm test
npm test -- FileName.spec.js
npm run coverage
Built with: Webpack
Front-end: React, Redux, ES6, Babel
Back-end: Express, mySQL
Tests: Jest, Enzyme