{"id":15531928,"url":"https://github.com/mailsg/task-management-app","last_synced_at":"2025-03-28T22:26:00.403Z","repository":{"id":224676991,"uuid":"763888094","full_name":"mailsg/task-management-app","owner":"mailsg","description":"This application will allow users to create, update, and delete tasks. Tasks have a title, description, and a status (e.g., \"To Do,\" \"In Progress,\" \"Done\"). Users can view a list of tasks and filter them by status.","archived":false,"fork":false,"pushed_at":"2024-03-19T09:51:55.000Z","size":718,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-03T08:49:49.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://task-manager-app-coral.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/mailsg.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-02-27T05:06:16.000Z","updated_at":"2024-04-04T06:01:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d0e6a00-d82d-44a1-9217-456da060c8bd","html_url":"https://github.com/mailsg/task-management-app","commit_stats":null,"previous_names":["mailsg/task-management-app"],"tags_count":0,"template":false,"template_full_name":"mailsg/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsg%2Ftask-management-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsg%2Ftask-management-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsg%2Ftask-management-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailsg%2Ftask-management-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mailsg","download_url":"https://codeload.github.com/mailsg/task-management-app/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246108015,"owners_count":20724646,"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-10-02T11:28:40.230Z","updated_at":"2025-03-28T22:26:00.344Z","avatar_url":"https://github.com/mailsg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ (OPTIONAL)](#faq)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Task Manager App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\n**Task Manager App** is a web app that demonstrates a Task Manager.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eNextJS\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://nextjs.org/\"\u003eNextJS\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eMongoDB\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.mongodb.com/\"\u003eMongoDB\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\n- **A form to create a new task with fields for title, description, and status.**\n- **A list of tasks with the ability to update the status or delete a task.**\n- **A filter or dropdown to filter tasks by status (e.g., \"All,\" \"To Do,\" \"In Progress,\" \"Done\").**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n\n- a browser\n- git\n- nodejs\n\n\n### Setup\n\nClone this repository to your desired folder:\n\n\n```sh\n\n  git clone https://github.com/mailsg/task-management-app.git\n\n```\n\n### Install\n\nInstall this project with:\n\n\n```sh\n  cd task-management-app\n  npm install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n\n\n```sh\n\n  npm run dev\n\n```\n\nThe backend can be accessed at \n\n`https://task-management-app-vs1x.onrender.com/api/tasks/`\n\nThe following routes are available:\n\n```\nGET /api/tasks\nPOST /api/tasks\nPUT /api/tasks/:id\nDELETE /api/tasks/:id\n\n```\n\n\n### Run tests\n\nTo run tests, run the following command:\n\n```sh\n  npx stylelint \"**/*.{css,scss}\"\n  npx hint .\n  npx eslint .\n```  \n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n\n👤 **Sandeep**\n\n- GitHub: [@mailsg](https://github.com/mailsg)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n\n- [ ] **User authentication and authorization to restrict access to tasks.**\n- [ ] **Task due dates and reminders.**\n- [ ] **Task sorting and searching capabilities.**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [https://github.com/mailsg/task-management-app/issues](../../issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\n\nIf you like this project give me a follow and/or a star\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n\nI would like to thank everyone for giving this opportunity to me to showcase my dev skills.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./MIT.md) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailsg%2Ftask-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmailsg%2Ftask-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailsg%2Ftask-management-app/lists"}