Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashsaini99/todo_app

A basic TODO app list made using HTML/CSS and JavaScript
https://github.com/yashsaini99/todo_app

Last synced: 12 days ago
JSON representation

A basic TODO app list made using HTML/CSS and JavaScript

Awesome Lists containing this project

README

        

# To-Do App

## Overview

This To-Do App is a simple yet functional application created using HTML, CSS, and JavaScript. It allows users to add, edit, mark, and delete tasks, providing a straightforward interface for task management. The app is designed to be intuitive and responsive, making it a practical tool for personal productivity.

## Features

- Add new tasks
- Edit existing tasks
- Mark tasks as completed
- Delete tasks
- Responsive design that works on various screen sizes

## Getting Started

To get started with this project, follow these steps:

1. **Clone the repository:**

```bash
git clone https://github.com/YashSaini99/TODO_App.git
```

2. **Navigate to the project directory:**

```bash
cd todo-app
```

3. **Open `index.html` in your web browser:**

You can do this by double-clicking the `index.html` file or by using a local web server.

## Project Structure

The project consists of the following files:

- `index.html`: The main HTML file that sets up the structure of the app.
- `styles.css`: The CSS file for styling the app.
- `script.js`: The JavaScript file responsible for app functionality.

## Acknowledgments

Special thanks to [Codsoft](https://www.codsoft.in) for the opportunity to work on this project during my internship.