{"id":28962387,"url":"https://github.com/bhuvan-007-github/mytask-reactpracticeproject","last_synced_at":"2026-05-03T20:32:26.157Z","repository":{"id":293304422,"uuid":"983599818","full_name":"bhuvan-007-github/myTask-ReactPracticeProject","owner":"bhuvan-007-github","description":"A simple task management app built in React.js for hands-on practice and skill demonstration.","archived":false,"fork":false,"pushed_at":"2025-05-14T17:19:22.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T03:05:20.109Z","etag":null,"topics":["class-components","frontend","javascript","my-task","practice-project","react","reactjs","state-management-in-react","styled-components","uuid","uuidv4"],"latest_commit_sha":null,"homepage":"https://bhuvanmytask.ccbp.tech/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhuvan-007-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-05-14T16:12:52.000Z","updated_at":"2025-05-14T17:25:27.000Z","dependencies_parsed_at":"2025-05-14T17:41:01.246Z","dependency_job_id":"51657b73-ca6c-46c1-8c5a-b9e6f84e4854","html_url":"https://github.com/bhuvan-007-github/myTask-ReactPracticeProject","commit_stats":null,"previous_names":["bhuvan-007-github/mytask-reactpracticeproject"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bhuvan-007-github/myTask-ReactPracticeProject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvan-007-github%2FmyTask-ReactPracticeProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvan-007-github%2FmyTask-ReactPracticeProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvan-007-github%2FmyTask-ReactPracticeProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvan-007-github%2FmyTask-ReactPracticeProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhuvan-007-github","download_url":"https://codeload.github.com/bhuvan-007-github/myTask-ReactPracticeProject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvan-007-github%2FmyTask-ReactPracticeProject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001648,"owners_count":26083147,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["class-components","frontend","javascript","my-task","practice-project","react","reactjs","state-management-in-react","styled-components","uuid","uuidv4"],"created_at":"2025-06-24T03:05:18.730Z","updated_at":"2025-10-09T15:43:53.786Z","avatar_url":"https://github.com/bhuvan-007-github.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 My Task – Task Management App\n\nA lightweight **React.js** application designed to capture and categorize user-defined tasks. This project demonstrates best practices in modern front-end development, including component-based design, effective state management, and integration of key third-party libraries.\n\n---\n\n## 🚀 Project Objective\n\nThis project serves as a demonstration of clean React practices and usage of key libraries.\n- Component-driven UI architecture\n- Dynamic state handling using class components\n- **Lists and Keys** usage\n- Use of libraries such as `styled-components` for styling and `uuid` for unique key generation\n\n\n---\n\n## 🧰 Tech Stack\n\n- **React.js** – Front-end JavaScript library\n- **JavaScript (ES6+)**\n- **HTML5**\n- **Styled-components** – For component-scoped CSS styling\n- **UUID** – For generating unique identifiers\n- **Git \u0026 GitHub** – For version control and collaboration\n\n---\n\n## ✅ Features\n\n- Users can:\n  - Input task **descriptions**\n  - Select a **task category** from a dropdown\n  - Click **\"Add Task\"** to submit\n\n- All tasks are displayed after submission\n- Task filtering is supported:\n  - Clicking on a tag filters tasks by that category\n  - Clicking the tag again will remove the filter\n- Implements efficient array methods:\n  - `map()` – for rendering lists\n  - `filter()` – for conditional task display\n\n---\n\n## 🧪 How to Use\n\n1. Enter a task description into the input field.\n2. Select a category from the dropdown menu.\n3. Click the **\"Add Task\"** button to submit.\n4. Use the tag buttons above the task list to filter tasks by category.\n\n\u003e To remove the filter, click the active tag again.\n\n\n---\n\n\n### Refer to the image below:\n\n![App Screenshot](https://assets.ccbp.in/frontend/content/react-js/my-tasks-output.png)\n\n\n\n### Design Files\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - No Tasks View](https://assets.ccbp.in/frontend/content/react-js/my-tasks-output-no-tasks-view.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/my-tasks-output.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px) - Filter View](https://assets.ccbp.in/frontend/content/react-js/my-tasks-output-filter-view.png)\n\n\u003c/details\u003e\n\n### Set Up Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- Download dependencies by running `npm install`\n- Start up the app using `npm start`\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eColors\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv style=\"background-color: #131213; width: 150px; padding: 10px; color: white\"\u003eHex: #131213\u003c/div\u003e\n\u003cdiv style=\"background-color: #f3aa4e; width: 150px; padding: 10px; color: black\"\u003eHex: #f3aa4e\u003c/div\u003e\n\u003cdiv style=\"background-color: #f1f5f9; width: 150px; padding: 10px; color: black\"\u003eHex: #f1f5f9\u003c/div\u003e\n\u003cdiv style=\"background-color: #64748b; width: 150px; padding: 10px; color: black\"\u003eHex: #64748b\u003c/div\u003e\n\u003cdiv style=\"background-color: #f8f8f8; width: 150px; padding: 10px; color: black\"\u003eHex: #f8f8f8\u003c/div\u003e\n\u003cdiv style=\"background-color: #475569; width: 150px; padding: 10px; color: black\"\u003eHex: #475569\u003c/div\u003e\n\u003cdiv style=\"background-color: #323f4b; width: 150px; padding: 10px; color: white\"\u003eHex: #323f4b\u003c/div\u003e\n\u003cdiv style=\"background-color: #000000; width: 150px; padding: 10px; color: white\"\u003eHex: #000000\u003c/div\u003e\n\u003cdiv style=\"background-color: #ffffff; width: 150px; padding: 10px; color: black\"\u003eHex: #ffffff\u003c/div\u003e\n\u003cdiv style=\"background-color: #f1f5f9; width: 150px; padding: 10px; color: black\"\u003eHex: #f1f5f9\u003c/div\u003e\n\u003cdiv style=\"background-color: #1a171d; width: 150px; padding: 10px; color: white\"\u003eHex: #1a171d\u003c/div\u003e\n\u003cdiv style=\"background-color: #f8fafc; width: 150px; padding: 10px; color: black\"\u003eHex: #f8fafc\u003c/div\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eFont-families\u003c/summary\u003e\n\n- Roboto\n\n\u003c/details\u003e\n\n👤 Author\nGitHub: @bhuvan-007-github\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhuvan-007-github%2Fmytask-reactpracticeproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhuvan-007-github%2Fmytask-reactpracticeproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhuvan-007-github%2Fmytask-reactpracticeproject/lists"}