Skip to content

dhanvinpatel/StickyNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

46 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ Sticky Notes

A playful and intuitive task manager inspired by classroom chalkboards and sticky notes. Organize your tasks visually with draggable notes, handwritten font, and customizable colorsโ€”all set against a nostalgic green chalkboard backdrop.

๐ŸŒŸ Features

  • ๐ŸŸจ Draggable Sticky Notes: Move tasks around freely like real sticky notes.

  • โœ๏ธ Handwritten Font: Adds a personal touch to your task board.

  • ๐Ÿ“… Task Details: Each note includes a title, description, and due date.

  • ๐ŸŽจ Color Customization: Choose from multiple sticky note colors to categorize or prioritize.

  • ๐Ÿงฒ Sticky UI: Notes stay where you place themโ€”even after refresh.

๐Ÿ–ผ๏ธ Demo

Check out the live app: Sticky Notes on Vercel

๐Ÿ› ๏ธ Tech Stack

Layer Technology
Frontend React, Tailwind
Backend Node.js, Express
Deployment Vercel

๐Ÿš€ Getting Started

Clone the repository

git clone https://github.com/dhanvinpatel/StickyNotes.git
cd StickyNotes

Run the frontend

cd client
npm install
npm start

Run the backend

cd server
npm install
npm start

Make sure to update the frontend with your local backend URL if testing locally.

๐Ÿ“ฆ Deployment

The app is deployed on Vercel:

๐Ÿ“„ License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published