{"id":28089460,"url":"https://github.com/react-ts-apps/task-nest-app","last_synced_at":"2026-03-07T01:01:16.426Z","repository":{"id":289079163,"uuid":"969589864","full_name":"React-Ts-Apps/task-nest-app","owner":"React-Ts-Apps","description":"A task board application that displays tasks organized by status in separate columns. Users can drag and drop tasks between columns to update their status. The app also supports adding new tasks and editing existing ones.","archived":false,"fork":false,"pushed_at":"2026-02-03T13:57:53.000Z","size":1981,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T02:18:52.871Z","etag":null,"topics":["dnd-kit","react","styled-components","tailwindcss","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://task-nest-app.onrender.com/","language":"TypeScript","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/React-Ts-Apps.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-20T13:55:18.000Z","updated_at":"2026-02-03T13:57:05.000Z","dependencies_parsed_at":"2025-05-07T08:35:11.288Z","dependency_job_id":null,"html_url":"https://github.com/React-Ts-Apps/task-nest-app","commit_stats":null,"previous_names":["react-ts-apps/task-nest-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/React-Ts-Apps/task-nest-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/React-Ts-Apps%2Ftask-nest-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/React-Ts-Apps%2Ftask-nest-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/React-Ts-Apps%2Ftask-nest-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/React-Ts-Apps%2Ftask-nest-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/React-Ts-Apps","download_url":"https://codeload.github.com/React-Ts-Apps/task-nest-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/React-Ts-Apps%2Ftask-nest-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["dnd-kit","react","styled-components","tailwindcss","typescript","webpack"],"created_at":"2025-05-13T12:58:27.637Z","updated_at":"2026-03-07T01:01:16.343Z","avatar_url":"https://github.com/React-Ts-Apps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TaskNest Frontend\n\nTaskNest is a task management application built with **React**, **TypeScript**, **Webpack**, and styled using **TailwindCSS** and **styled-components**. This project aims to showcase modern frontend development practices with a modular and scalable architecture.\n\n## 🌍 Live Demo\n\n**🔗 [View TaskNest Live](https://task-nest-app.onrender.com/)**\n\n---\n\n## 🚀 Features\n\n- ⚛️ React 19 for robust UI\n- 🔷 TypeScript for static type safety\n- 🎨 TailwindCSS \u0026 styled-components for flexible styling\n- 🛠️ Custom Webpack configuration\n- 🧩 ESLint with TypeScript and React plugins\n- 🔄 Theme context management\n- 📦 Ready for GitHub Pages deployment\n\n## 🧩 Setup Instructions\n\n### 📦 1. Clone the Repository\n\n\u003cpre\u003e\u003ccode\u003egit clone https://github.com/react-ts-apps/task-nest-app.git\ncd task-nest-app/task-front-end\u003c/code\u003e\u003c/pre\u003e\n\n###  🔧 2. Install Dependencies\n\u003cpre\u003e\u003ccode\u003enpm install\u003c/code\u003e\u003c/pre\u003e\n### 🚀 3. Start Development Server\n\u003cpre\u003e\u003ccode\u003enpm start\u003c/code\u003e\u003c/pre\u003e\n### 🏗️ 4. Build for Production\n\u003cpre\u003e\u003ccode\u003enpm run build\u003c/code\u003e\u003c/pre\u003e\n### 🎨 5. Build TailwindCSS Separately (Optional)\n\u003cpre\u003e\u003ccode\u003enpm run build:css\u003c/code\u003e\u003c/pre\u003e\n### 🧪 6. Linting\nThis project uses ESLint with the following configuration:\n\n- @typescript-eslint/eslint-plugin\n- @typescript-eslint/parser\n- eslint-plugin-react\n- eslint-plugin-import\n\nTo lint your code:\n\u003cpre\u003e\u003ccode\u003e\n    npx eslint src --ext .ts,.tsx\u003c/code\u003e\u003c/pre\u003e\n\n###  🔗 7. Deployment (Render)\n- Deployed using Render.\n- Visit: \n\u003cpre\u003e\u003ccode\u003ehttps://render.com/\u003c/code\u003e\u003c/pre\u003e\n\n\n###  🧰 8. Tech Stack\n\n- React 19\n- TypeScript\n- Webpack 5\n- TailwindCSS 4\n- styled-components\n- ESLint\n- PostCSS\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-ts-apps%2Ftask-nest-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-ts-apps%2Ftask-nest-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-ts-apps%2Ftask-nest-app/lists"}