Skip to content

A simple to-do list application inspired by Google Keep. This project is built using HTML, CSS, and JavaScript, allowing users to create, manage, and organize their tasks efficiently.

Notifications You must be signed in to change notification settings

avnishkt/google-keep-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Keep Clone - To-Do List

A simple to-do list application inspired by Google Keep. This project is built using HTML, CSS, and JavaScript, allowing users to create, manage, and organize their tasks efficiently.

Features

📝 Add Tasks

  • Users can quickly add tasks with a title and description.

✅ Mark as Complete

  • Mark tasks as completed to keep track of progress.

❌ Delete Tasks

  • Remove tasks that are no longer needed.

📂 Persistent Storage

  • Tasks are saved locally using localStorage, ensuring they remain available even after refreshing the page.

🎨 Responsive Design

  • Fully responsive interface, accessible on both desktop and mobile devices.

Installation

  1. Clone the repository:

    git clone https://github.com/avnishkt/google-keep-todo.git
    cd google-keep-todo
  2. Open the project:

    • Simply open the index.html file in any modern web browser.

No additional setup or dependencies are required.

File Structure

.
├── index.html       # Main HTML file
├── style.css        # CSS for styling the application
├── script.js        # JavaScript for application functionality
└── README.md        # Project documentation

Usage

  1. Open the application in your browser.
  2. Add a task by entering a title and description, then click the "Add Task" button.
  3. View your tasks in the list.
  4. Mark tasks as completed by clicking the checkbox.
  5. Delete tasks by clicking the "Delete" button.

Technologies Used

Frontend:

  • HTML: For structure.
  • CSS: For styling the user interface.
  • JavaScript: For dynamic functionality and interaction.

Contributing

We welcome contributions! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Added a new feature"
  4. Push to the branch:
    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or issues, please contact:

Screenshot 2025-01-24 010505 Screenshot 2025-01-24 010452

About

A simple to-do list application inspired by Google Keep. This project is built using HTML, CSS, and JavaScript, allowing users to create, manage, and organize their tasks efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published