Access my site at link
As the name suggests it is basically a todo list using sticky notes. I wanted to use digital sticky notes wall using react
. And also, input forms takes lots of space on wall which I didn't wanted. So, I have added spotlight to add new stickies. just hit
ctrl + Enter type task,description.
in this format only. then done.
I used react
html
, css
.
- download or clone the repository
- run
npm install
- run
npm start
- go to localhost, and u can see the start page for stickies TODO
- hit ctrl + enter to open up spotlight add
todo item,description
- it will add the new sticky note on the wall.
I adopted the BEM
naming style for my css class names and used eslint airbnb
style guide.
Stickies - TODO is completed with basic features. You can request for new features. or Fork and create PR for the same. Version 2
will be out soon after adding new features.
List of contriubutors:
MIT license @ Ashish Pawar