Git Product home page Git Product logo

to-do-list-app's Introduction

To-Do List App

Overview

This To-Do List App is a simple, interactive application built using HTML, CSS, and JavaScript. It allows users to manage their tasks efficiently by adding, deleting, and marking tasks as completed.

Features

  • Add Tasks: Easily add new tasks to your to-do list.
  • Delete Tasks: Remove tasks that are no longer needed.
  • Mark as Completed: Check off tasks once they are done.
  • Persistent Storage: Utilizes local storage to save tasks, so they remain even after the browser is closed.

Technologies Used

  • HTML: Provides the structure for the app.
  • CSS: Styles the app for a clean and user-friendly interface.
  • JavaScript: Implements the functionality for task management.

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repository

    git clone https://github.com/yourusername/todo-list-app.git
  2. Navigate to the project directory

    cd todo-list-app
  3. Open the index.html file in your browser

    open index.html

Usage

  1. Adding a Task: Enter a task in the input field and click the "Add Task" button.
  2. Marking a Task as Completed: Click the checkbox next to the task to mark it as completed.
  3. Deleting a Task: Click the "Delete" button next to the task to remove it from the list.

Project Structure

todo-list-app/
├── index.html
├── styles.css
├── script.js
└── README.md
  • index.html: Contains the HTML structure of the app.
  • styles.css: Contains the CSS styles for the app.
  • script.js: Contains the JavaScript code that provides functionality for the app.
  • README.md: Provides information about the project.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - [email protected]

Project Link: https://github.com/yourusername/todo-list-app


Feel free to customize it as per your project's details and requirements!

to-do-list-app's People

Contributors

rashmi-abc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.