Responsive note creation app built with React.
To run locally:
yarn
yarn start
- Create new notes with the following attributes:
- Title
- Color
- Content
- Edit notes
- Delete notes
- Warning dialogs
TODO's:
- Continue to improve responsive design
- Add database to store notes
- Add legit webpack configuration