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.
- Users can quickly add tasks with a title and description.
- Mark tasks as completed to keep track of progress.
- Remove tasks that are no longer needed.
- Tasks are saved locally using localStorage, ensuring they remain available even after refreshing the page.
- Fully responsive interface, accessible on both desktop and mobile devices.
-
Clone the repository:
git clone https://github.com/avnishkt/google-keep-todo.git cd google-keep-todo
-
Open the project:
- Simply open the
index.html
file in any modern web browser.
- Simply open the
No additional setup or dependencies are required.
.
├── index.html # Main HTML file
├── style.css # CSS for styling the application
├── script.js # JavaScript for application functionality
└── README.md # Project documentation
- Open the application in your browser.
- Add a task by entering a title and description, then click the "Add Task" button.
- View your tasks in the list.
- Mark tasks as completed by clicking the checkbox.
- Delete tasks by clicking the "Delete" button.
- HTML: For structure.
- CSS: For styling the user interface.
- JavaScript: For dynamic functionality and interaction.
We welcome contributions! Follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Added a new feature"
- Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or issues, please contact: