{"id":19481438,"url":"https://github.com/gauravooo2/taskmanagement_assignment_frontend","last_synced_at":"2026-05-15T06:40:38.766Z","repository":{"id":257154382,"uuid":"857451375","full_name":"GauravOOO2/TaskManagement_assignment_Frontend","owner":"GauravOOO2","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-14T18:40:21.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T07:17:09.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://task-management-assignment-frontend.vercel.app","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/GauravOOO2.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}},"created_at":"2024-09-14T17:36:48.000Z","updated_at":"2024-09-14T18:40:25.000Z","dependencies_parsed_at":"2024-09-15T04:09:22.383Z","dependency_job_id":null,"html_url":"https://github.com/GauravOOO2/TaskManagement_assignment_Frontend","commit_stats":null,"previous_names":["gauravooo2/taskmanagement_assignment_frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GauravOOO2","download_url":"https://codeload.github.com/GauravOOO2/TaskManagement_assignment_Frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240712843,"owners_count":19845548,"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":[],"created_at":"2024-11-10T20:04:49.260Z","updated_at":"2026-05-15T06:40:38.734Z","avatar_url":"https://github.com/GauravOOO2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management Application\n\n## Overview\n\nThis Task Management Application is a full-stack web application designed to help users organize and track their tasks efficiently. It provides a user-friendly interface for creating, updating, and deleting tasks, as well as marking them as complete.\n\n## Features\n\n- Create new tasks with title, description, due date, and category\n- View a list of all tasks\n- Edit existing tasks\n- Mark tasks as complete\n- Delete tasks\n- Filter tasks by category or completion status\n- Sort tasks by due date or creation date\n\n## Technology Stack\n\n- Frontend: Next.js, React, Tailwind CSS\n- Backend: Node.js, Express.js\n- Database: MongoDB\n- Testing: Jest, Supertest\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm (v6 or later)\n- MongoDB (v4 or later)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/GauravOOO2/TaskManagement_assignment_Frontend.git\n   ```\n\n2. Install dependencies for both frontend and backend:\n   ```bash\n   cd ../TaskManagement_assignment_Frontend\n   npm install\n   ```\n\n3. Set up environment variables:\n   - In the `frontend` directory, create a `.env.local` file with:\n     ```bash\n     NEXT_PUBLIC_API_URL=http://localhost:5000/api\n     ```\n### Running the Application Locally\n\n1. Start the backend server:\n   ```bash\n   cd backend\n   npm run dev\n   ```\n\n2. In a new terminal, start the frontend development server:\n   ```bash\n   cd frontend\n   npm run dev\n   ```\n\n3. Open your browser and navigate to `http://localhost:3000`\n\n## API Endpoints\n\n- `GET /api/tasks`: Retrieve all tasks\n- `POST /api/tasks`: Create a new task\n- `GET /api/tasks/:id`: Retrieve a specific task\n- `PUT /api/tasks/:id`: Update a specific task\n- `DELETE /api/tasks/:id`: Delete a specific task\n\n## Testing\n\nTo run the backend tests:\n\n```bash\ncd backend\nnpm test\n```\n\n\n## Deployment\n\nThis application can be deployed using platforms like Vercel for the frontend and backend. Make sure to set the appropriate environment variables in your deployment platform.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravooo2%2Ftaskmanagement_assignment_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgauravooo2%2Ftaskmanagement_assignment_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravooo2%2Ftaskmanagement_assignment_frontend/lists"}