{"id":26811194,"url":"https://github.com/dulip-sameera/to-do-jquey-with-firebase","last_synced_at":"2026-05-04T15:32:49.919Z","repository":{"id":283786033,"uuid":"952896950","full_name":"dulip-sameera/to-do-jquey-with-firebase","owner":"dulip-sameera","description":"Taskly is a simple and efficient to-do list application designed to help you manage your tasks effortlessly. With a clean and responsive interface, Taskly ensures a seamless experience across all devices.","archived":false,"fork":false,"pushed_at":"2025-03-22T06:57:45.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T11:15:11.827Z","etag":null,"topics":["animatecss","bootstrap5","bootstrapicons","firebase-auth","firebase-realtime-database","html-css-javascript","jquery"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/dulip-sameera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-03-22T05:15:34.000Z","updated_at":"2025-03-22T06:57:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"22794ab8-6d2e-4c77-a222-f95806a9cd12","html_url":"https://github.com/dulip-sameera/to-do-jquey-with-firebase","commit_stats":null,"previous_names":["dulip-sameera/to-do-jquey-with-firebase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dulip-sameera/to-do-jquey-with-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fto-do-jquey-with-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fto-do-jquey-with-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fto-do-jquey-with-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fto-do-jquey-with-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulip-sameera","download_url":"https://codeload.github.com/dulip-sameera/to-do-jquey-with-firebase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fto-do-jquey-with-firebase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32613329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["animatecss","bootstrap5","bootstrapicons","firebase-auth","firebase-realtime-database","html-css-javascript","jquery"],"created_at":"2025-03-30T01:21:41.761Z","updated_at":"2026-05-04T15:32:49.893Z","avatar_url":"https://github.com/dulip-sameera.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskly 📝\n\n**Taskly** is a simple and efficient to-do list application designed to help you manage your tasks effortlessly. With a clean and responsive interface, Taskly ensures a seamless experience across all devices.\n\n## 🎯 Purpose\nThe goal of this project is to learn and practice essential web development technologies, including:\n- 🌐 **HTML** – Structuring the content.\n- 🎨 **CSS** – Styling for a responsive and visually appealing UI.\n- ⚡ **JavaScript \u0026 Web API** – Implementing dynamic functionality.\n- 🔄 **jQuery** – Simplifying DOM manipulation and event handling.\n\n## ✨ Features\n- ✅ **Add New Tasks** – Quickly add tasks to stay organized.\n- ✏️ **Update Tasks** – Modify task details with ease.\n- ❌ **Delete Tasks** – Remove completed or unnecessary tasks.\n- 📺 **Responsive Design** – Enjoy a smooth experience on desktop, tablet, and mobile.\n\n## 🚀 Setup Instructions\nFollow these steps to run Taskly locally:\n\n1. **Clone the repository**\n   ```sh  \n   git clone https://github.com/dulip-sameera/to-do-jquey-with-firebase.git\n   cd to-do-jquey-with-firebase  \n   ```  \n\n2. **Install dependencies**\n   ```sh  \n   npm install  \n   ```  \n\n3. **Start the development server**\n   ```sh  \n   npm run dev  \n   ```  \n\n4. **Open Taskly in your browser**  \n   After running the command, Vite will provide a local server URL (e.g., `http://localhost:5173`). Open it in your browser to see the app in action.\n\n## 💁 Project Structure\nThe project follows a clean and organized structure:\n\n```\n taskly/  \n │── public/             # Static assets  \n │   └── favicon.ico     # Favicon  \n │  \n │── src/                # Source files  \n │   ├── js/             # JavaScript files  \n │   │   ├── main.js     # Main JS file  \n │   │   ├── app.js      # Core task logic  \n │   │   └── utils.js    # Utility functions  \n │   │  \n │   └── css/            # Stylesheets  \n │       └── styles.css  # Main CSS file  \n │  \n │── index.html          # Entry point  \n │── package.json        # Project dependencies  \n │── README.md           # Project documentation  \n```\n\nThis structure keeps **JavaScript** and **CSS** files organized inside the `src/` folder while **static assets** like the favicon remain in the `public/` folder.\n\n## 📝 License\nCopyright \u0026copy; 2025 Taskly. All Rights Reserved.  \nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for details.\n\n## Acknowledgments\n- [Fav-icon - icons8](https://icons8.com/icon/wK6CuxcefgtM/tasklist)\n\n---\n\nFeel free to fork, modify, or use **Taskly** as a learning resource! 😊  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulip-sameera%2Fto-do-jquey-with-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdulip-sameera%2Fto-do-jquey-with-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulip-sameera%2Fto-do-jquey-with-firebase/lists"}