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

https://github.com/shibam120302/to_do

TO_do is a minimalist and responsive to-do list app built with pure HTML, CSS, and JavaScript. It offers a clean interface to manage daily tasks without using any libraries or frameworks — perfect for learning core web development concepts.
https://github.com/shibam120302/to_do

javascript todoapp website

Last synced: 3 months ago
JSON representation

TO_do is a minimalist and responsive to-do list app built with pure HTML, CSS, and JavaScript. It offers a clean interface to manage daily tasks without using any libraries or frameworks — perfect for learning core web development concepts.

Awesome Lists containing this project

README

          

# [![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=600&size=24&pause=1000&color=1E38E0&background=63FF8300&center=true&width=435&lines=TO_do+-+A+Simple+To-Do+Web+App)](https://git.io/typing-svg)

Welcome to **TO_do**, a lightweight and responsive to-do list web application made with **HTML**, **CSS**, and **JavaScript**. This app helps you keep track of your tasks efficiently. No frameworks or libraries are used — just pure vanilla JS.

## 🚀 Features

- Add new tasks
- Mark tasks as completed
- Delete tasks
- Responsive UI for mobile and desktop
- Smooth and intuitive interface

## 📁 Project Structure
```
TO_do/

├── index.html -> Main HTML file
├── style.css -> Styling for the app
├── app.js -> JavaScript logic for managing tasks
├── buttons.js -> Optional: Separate JS for button interactions
├── README.md -> This file
├── _config.yml -> GitHub Pages config (optional)
├── apple-touch-icon-180x180.png -> App icon for mobile/web
└── sc.png -> App screenshot
```

## 🛠️ How to Use / Run Locally

1. **Clone the repository**:
```bash
git clone https://github.com/shibam120302/TO_do.git
cd TO_do
2. **Open the App:**
Open the index.html file in your web browser:

On Windows:

```bash
start index.html
```
On macOS/Linux:

```bash

open index.html
```
![App Screen Shot](https://github.com/shibam120302/TO_do/blob/main/Screenshot.png?raw=true)

### 🤝 Contributing
As a student, I'm continuously learning and would love your contributions!
Feel free to:

🍴 Fork the repo

✨ Add new features

🧠 Optimize the code

🐞 Report bugs or issues

Pull requests are warmly welcomed! 🙌

👨‍💻 Author
Shibam Nath
🔗 GitHub Profile

📄 License
This project is licensed under the MIT License.

Thank you for checking it out! 🌟

```
You can now copy and paste this into your `README.md` file, and it will render beautifully on GitHub. Let me know if you'd like help embedding a live demo or adding GitHub badges.

```