Skip to content

A simple and intuitive web-based application for creating, managing, and organizing notes. This app allows users to jot down ideas, tasks, and reminders efficiently, with a focus on simplicity and usability.

Notifications You must be signed in to change notification settings

rahat728/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📝 Notes App

A simple and intuitive web-based application for creating, managing, and organizing notes. This app allows users to jot down ideas, tasks, and reminders efficiently, with a focus on simplicity and usability.

🚀 Features

  • Create Notes: Quickly add new notes.
  • Edit Notes: Modify existing notes with ease.
  • Delete Notes: Remove notes you no longer need.
  • Persistent Storage: All notes are saved in the browser using localStorage, ensuring your data is available even after refreshing.
  • Responsive Design: Optimized for use on desktop, tablet, and mobile devices.

🎨 Built With

  • HTML5 for the structure and semantic layout
  • CSS3 for styling and responsiveness
  • JavaScript for functionality and dynamic interactions

📸 Screenshots

Screenshot 2024-11-29 224458

A screenshot of the Notes App showcasing its clean design and functionality.

🔧 Getting Started

  1. Clone the repository:

    git clone https://github.com/rahat728/notes-app.git
    cd notes-app
  2. Open index.html in your browser to launch the app.

🛠 Usage

  1. Click on "+" icon to create a new note.
  2. Save your notes automatically as you type, thanks to localStorage.
  3. Use the delete button to remove unwanted notes.

📂 Project Structure

notes-app/
├── index.html         # Main HTML file
├── style.css          # CSS for styling
├── app.js             # JavaScript for core functionality

🤝 Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add a new feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

About

A simple and intuitive web-based application for creating, managing, and organizing notes. This app allows users to jot down ideas, tasks, and reminders efficiently, with a focus on simplicity and usability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published