Giter VIP home page Giter VIP logo

todo-app's Introduction

TODO-APP

This project demonstrates a basic todo app built with HTML, CSS, and JavaScript. Users can add tasks, mark them as done, and save their todo list in local storage.

Features

  1. Add Tasks:

    • Users can input new tasks and add them to the todo list.
    • Press the "Add" button or hit Enter to add a task.
  2. Mark Tasks as Done:

    • Click on a task to mark it as done.
    • The task will be visually updated to indicate completion.
  3. Remove Tasks:

    • Users can remove tasks from the list.
    • Click the "Remove" button next to a task to delete it.
  4. Local Storage:

    • The app stores the todo list in the browser's local storage.
    • Even after closing the browser, the tasks will persist.

Usage

  1. Clone this repository to your local machine.
  2. Open index.html in your web browser.
  3. Add tasks, mark them as done, and see the changes reflected in the app.

How It Works

  • The index.html file contains the structure of the todo app.
  • The styles.css file provides styling rules for the app components.
  • The script.js file handles the logic for adding, marking, and removing tasks.

Example

image

todo-app's People

Contributors

naragintichandupriya 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.