This is a simple post-it app with emphasis on frontend. I built this application with React, Redux. I tried to build this app with as few libraries as possible, so I built my own Modal class. I also used media query to enable responsive grid display. Please run "npm install" before running the application. Thank you for your time! 😄
- Add a new post-it note : Add button is disabled unless both title and body have content
- Update an existing post-it note : Save button is disabled unless there is an change
- Delete a post-it note
- Update a color of a post-it note
- React
- Redux
- Webpack
- Sass
- HTML