Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yashsaini99/todo_app
- Owner: YashSaini99
- Created: 2024-07-18T11:06:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T13:51:56.000Z (4 months ago)
- Last Synced: 2024-07-27T19:12:52.501Z (4 months ago)
- Language: CSS
- Homepage: https://todoapppp-js.vercel.app/
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.