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.
- Host: GitHub
- URL: https://github.com/shibam120302/to_do
- Owner: shibam120302
- Created: 2025-05-11T01:16:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-29T06:27:01.000Z (5 months ago)
- Last Synced: 2025-07-03T09:52:22.903Z (3 months ago)
- Topics: javascript, todoapp, website
- Language: JavaScript
- Homepage: https://shibam120302.github.io/TO_do/
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [](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
```
### 🤝 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.```