{"id":24054291,"url":"https://github.com/darshanas17/todo-list-html-css-js","last_synced_at":"2026-05-07T09:32:14.708Z","repository":{"id":271377208,"uuid":"913239572","full_name":"Darshanas17/Todo-List-HTML-CSS-JS","owner":"Darshanas17","description":"A simple and responsive Todo List application built with HTML, CSS, and JavaScript.","archived":false,"fork":false,"pushed_at":"2025-01-07T10:20:11.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T10:46:32.053Z","etag":null,"topics":["bootstrap","css","html","javascript","local-storage","responsive-design","todo-list"],"latest_commit_sha":null,"homepage":"https://darshanas17.github.io/Todo-List-HTML-CSS-JS/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Darshanas17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-07T09:52:48.000Z","updated_at":"2025-01-07T10:30:12.000Z","dependencies_parsed_at":"2025-01-07T10:46:35.368Z","dependency_job_id":null,"html_url":"https://github.com/Darshanas17/Todo-List-HTML-CSS-JS","commit_stats":null,"previous_names":["darshanas17/todo-list-html-css-js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darshanas17%2FTodo-List-HTML-CSS-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darshanas17%2FTodo-List-HTML-CSS-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darshanas17%2FTodo-List-HTML-CSS-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darshanas17%2FTodo-List-HTML-CSS-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Darshanas17","download_url":"https://codeload.github.com/Darshanas17/Todo-List-HTML-CSS-JS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240833203,"owners_count":19865082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css","html","javascript","local-storage","responsive-design","todo-list"],"created_at":"2025-01-09T03:03:04.933Z","updated_at":"2026-05-07T09:32:14.680Z","avatar_url":"https://github.com/Darshanas17.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo List Application\n\nA simple and intuitive Todo List web application where users can add, mark as complete, delete tasks, and save them to local storage.\n\n## Features\n\n- **Add Tasks**: Users can add new tasks to their todo list.\n- **Mark as Complete**: Checkboxes allow users to mark tasks as complete.\n- **Delete Tasks**: Users can delete individual tasks from the list.\n- **Save Tasks**: Tasks are stored in the browser's local storage, so they persist across sessions.\n\n## Technologies Used\n\n- **HTML**: For structuring the web page.\n- **CSS**: For styling the application.\n- **JavaScript**: For interactivity and functionality.\n- **Bootstrap**: For responsive design and styling components.\n- **Font Awesome**: For icons (e.g., trash icon for delete).\n\n## Getting Started\n\nFollow the steps below to get this project running locally:\n\n### Prerequisites\n- A web browser (e.g., Chrome, Firefox, Edge).\n\n### Installation\n1. Clone this repository to your local machine:\n   ```bash\n   git clone https://github.com/Darshanas17/Todo-List-HTML-CSS-JS.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd Todo-List-HTML-CSS-JS\n   ```\n3. Open the `index.html` file in your web browser:\n   ```bash\n   open index.html\n   ```\n\n## File Structure\n\n```\ntodo-list-app/\n├── index.html       # Main HTML file\n├── style.css        # CSS file for styling\n├── script.js        # JavaScript file for functionality\n└── README.md        # Project documentation\n```\n\n## Usage\n\n1. Open the application in your web browser.\n2. Type a task in the input box and click the \"Add\" button to add it to the list.\n3. Use the checkboxes to mark tasks as completed. Completed tasks will have a strikethrough.\n4. Click the trash icon to delete a task.\n5. Click the \"Save\" button to store the tasks in the browser's local storage.\n\n## Screenshots\n\n### Main Interface\n![Todo List Main Interface](https://github.com/Darshanas17/Todo-List-HTML-CSS-JS/blob/main/Screenshots/Main%20Interface.png)\n\n### Adding Tasks\n![Adding Tasks](https://github.com/Darshanas17/Todo-List-HTML-CSS-JS/blob/main/Screenshots/Adding%20Tasks.png)\n\n### Marking Tasks as Complete\n![Marking Tasks as Complete](https://github.com/Darshanas17/Todo-List-HTML-CSS-JS/blob/main/Screenshots/Marking%20Tasks%20as%20Complete.png)\n\n## Future Enhancements\n\n- Add due dates and reminders for tasks.\n- Integrate with a backend for user accounts and cloud storage.\n- Implement drag-and-drop to reorder tasks.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n**Happy Coding!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarshanas17%2Ftodo-list-html-css-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarshanas17%2Ftodo-list-html-css-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarshanas17%2Ftodo-list-html-css-js/lists"}