Skip to content

An interactive app that let users create "sticky notes" on their computer to keep track of to-do items. New notes can be added using a button, or old notes can be removed. There is even a search option if you wanted to search for a specific task. The app also saves your current "sticky notes" for when you return later.

Notifications You must be signed in to change notification settings

CreatedByCC/sticky-note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🗒️ Sticky Note App (React)

A minimalist sticky note app built with React. Users can create, edit, and delete notes that persist across sessions using local storage.

✨ Features

  • Add, edit, and delete notes with a single click
  • Persistent storage using the browser’s local storage
  • Responsive layout with clean, intuitive design
  • Built with React functional components and hooks

🧰 Technologies

  • React (Hooks)
  • JavaScript (ES6)
  • HTML5 & CSS3
  • Local Storage API

📸 Demo

🚀 Getting Started

To run the app locally:

git clone https://github.com/CreatedByCC/sticky-note-app.git
cd sticky-note-app
npm install
npm start

About

An interactive app that let users create "sticky notes" on their computer to keep track of to-do items. New notes can be added using a button, or old notes can be removed. There is even a search option if you wanted to search for a specific task. The app also saves your current "sticky notes" for when you return later.

Topics

Resources

Stars

Watchers

Forks