Notes application web platform where you can create and move sticky notes around your virtual board, helping you to organize your thoughts and ideas visually.
- Move around your notes
- Create notes
- Align your notes
- Notes saved in localstorage
Clone the project
git clone https://github.com/floyare/stickly
Go to the project directory
cd stickly
Install dependencies
npm install
Start the server
npm run dev