📝 To-Do Web App
A simple and responsive To-Do List Web Application built with HTML, CSS, and JavaScript. This project helps users create, manage, and track tasks with ease.
The app includes: Landing Page (index.html): Add new tasks and navigate through the dashboard. Dashboard: Access quick links and settings. My Tasks Page (mytasks.html): View all saved tasks in one place. Authentication Page (auth.html): Sign in or Sign up to create an account.
Features : Add tasks from the home page. Automatically saves tasks and displays them in the My Tasks section. Responsive design (works on desktop and mobile, portrait mode optimized). Dashboard for quick navigation and additional settings. Simple Sign In / Sign Up page for user access. Clean and minimal UI for smooth user experience.
📂 Project Structure 📦 To-Do-App ┣ 📜 index.html # Main landing page (task input + dashboard) ┣ 📜 mytasks.html # Task management page ┣ 📜 auth.html # Sign In / Sign Up page ┣ 📜 style.css # Styling file ┣ 📜 script.js # Core functionality (task logic + localStorage) ┗ 📜 README.md # Project documentation
⚙️ Tech Stack
HTML5 – Structure CSS3 – Styling & Responsive Design JavaScript (ES6) – Functionality & Local Storage
📱 Responsive Design The app is designed to work seamlessly on both desktop and mobile devices. Portrait mode on mobile is fully supported.
🛠️ How to Run Clone the repository: git clone https://github.com/NilamXSC/todo.git Open the project folder in VS Code or any editor. Run index.html in your browser.
🎯 Future Improvements User authentication with backend integration. Task categorization (Work, Personal, etc.). Dark/Light mode toggle. Sync tasks across devices.
Developed by Nilam Chakraborty.