{"id":29130460,"url":"https://github.com/tamilselvanraman/crud-task-management-frontend","last_synced_at":"2026-04-10T16:35:44.819Z","repository":{"id":301845951,"uuid":"1010463265","full_name":"TamilselvanRaman/CRUD-Task-Management-frontend","owner":"TamilselvanRaman","description":"A responsive Task Management app built with React.js and Tailwind CSS. It allows users to create, view, update, and delete tasks using a connected backend API. Ideal for learning CRUD operations, API integration, and building clean, user-friendly interfaces.","archived":false,"fork":false,"pushed_at":"2025-06-29T06:02:55.000Z","size":2031,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T07:19:40.710Z","etag":null,"topics":["csss","curd-operation-api-example","front-end-development","html","reactjs","simple-project","tailwindcss"],"latest_commit_sha":null,"homepage":"https://tamilselvanraman.github.io/CRUD-Task-Management-frontend/","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/TamilselvanRaman.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-06-29T05:55:30.000Z","updated_at":"2025-06-29T06:04:31.000Z","dependencies_parsed_at":"2025-06-29T07:29:49.677Z","dependency_job_id":null,"html_url":"https://github.com/TamilselvanRaman/CRUD-Task-Management-frontend","commit_stats":null,"previous_names":["tamilselvanraman/crud-task-management-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TamilselvanRaman/CRUD-Task-Management-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamilselvanRaman%2FCRUD-Task-Management-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamilselvanRaman%2FCRUD-Task-Management-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamilselvanRaman%2FCRUD-Task-Management-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamilselvanRaman%2FCRUD-Task-Management-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TamilselvanRaman","download_url":"https://codeload.github.com/TamilselvanRaman/CRUD-Task-Management-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamilselvanRaman%2FCRUD-Task-Management-frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262708005,"owners_count":23351532,"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":["csss","curd-operation-api-example","front-end-development","html","reactjs","simple-project","tailwindcss"],"created_at":"2025-06-30T04:05:45.929Z","updated_at":"2026-04-10T16:35:44.770Z","avatar_url":"https://github.com/TamilselvanRaman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 CRUD Task Management App (Frontend)\n\nThis is a **Task Management** frontend project built using **React.js** and styled with **Tailwind CSS**. It allows users to manage their tasks with full **CRUD functionality** – Create, Read, Update, and Delete. The app connects to a backend API (you can build with Node.js/Python) to store and manage tasks.\n\n---\n\n## 🚀 Features\n\n- ✅ Add new tasks with title \u0026 description\n- ✅ View all tasks in a clean list\n- ✅ Edit tasks in-place\n- ✅ Delete tasks with confirmation\n- ✅ Fully responsive design using Tailwind CSS\n- ✅ Clean, component-based structure using React\n\n---\n\n## 🛠️ Tech Stack\n\n| Technology     | Purpose                         |\n|----------------|---------------------------------|\n| React.js       | Component-based frontend UI     |\n| Tailwind CSS   | Styling and responsive layout   |\n| Axios / Fetch  | To call backend REST API        |\n| React Hooks    | State management and lifecycle  |\n\n---\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/your-username/crud-task-frontend.git\ncd crud-task-frontend\n```\n\n2. Install dependencies\nbash\nCopy\nEdit\nnpm install\n3. Start the development server\nbash\nCopy\nEdit\nnpm run dev\nThe app will open at http://localhost:5173 or http://localhost:3000 depending on your setup.\n\n🔗 Backend API Integration\nMake sure your backend (Node.js, Python, etc.) supports the following RESTful endpoints:\n\nMethod\tEndpoint\tDescription\nGET\t/api/tasks\tFetch all tasks\nPOST\t/api/tasks\tAdd a new task\nPUT\t/api/tasks/:id\tUpdate task\nDELETE\t/api/tasks/:id\tDelete task\n\nYou can use Axios or fetch() in React to call these APIs.\n\n🧑‍💻 Author\nName: Tamil Selvan R\nGitHub: TamilselvanRaman\n\n📄 License\nThis project is open-source under the MIT License.\nWould you like a basic **React + Tailwind starter template** to go with this README? I can generate that for you too.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamilselvanraman%2Fcrud-task-management-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamilselvanraman%2Fcrud-task-management-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamilselvanraman%2Fcrud-task-management-frontend/lists"}