{"id":23219587,"url":"https://github.com/ckshetty4/task-manager-web","last_synced_at":"2025-07-13T07:07:20.136Z","repository":{"id":268083823,"uuid":"903265597","full_name":"CKShetty4/task-manager-web","owner":"CKShetty4","description":"A task managing web application using Angular, NodeJS and MongoDB","archived":false,"fork":false,"pushed_at":"2025-01-20T14:30:34.000Z","size":299,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T11:52:54.284Z","etag":null,"topics":["mean-stack","task-manager","web-development","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CKShetty4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-14T06:26:27.000Z","updated_at":"2025-01-20T14:30:36.000Z","dependencies_parsed_at":"2025-01-12T10:21:14.691Z","dependency_job_id":"acd680a7-e868-49f2-8e22-a4e89bf37da2","html_url":"https://github.com/CKShetty4/task-manager-web","commit_stats":null,"previous_names":["ckshetty4/task-manager-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CKShetty4%2Ftask-manager-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CKShetty4%2Ftask-manager-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CKShetty4%2Ftask-manager-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CKShetty4%2Ftask-manager-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CKShetty4","download_url":"https://codeload.github.com/CKShetty4/task-manager-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353742,"owners_count":20925329,"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":["mean-stack","task-manager","web-development","website"],"created_at":"2024-12-18T21:35:34.818Z","updated_at":"2025-04-05T15:11:59.337Z","avatar_url":"https://github.com/CKShetty4.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager Web App (MEAN Stack)\n\nThis is a task management web application built with the MEAN stack (MongoDB, Express, Angular, Node.js). It allows users to sign up, log in, create task lists, and manage tasks in a user-friendly interface.\n\n![Overview of Task Manager](./screenshot/Overview.png)\n\n## Features\n\n- **User Authentication**: \n  - Users can sign up and log in to their accounts securely.\n  \n- **Task Lists**:\n  - Users can create multiple task lists.\n  - Lists can be updated or deleted as needed.\n\n- **Tasks**:\n  - Tasks can be added, edited, and deleted within each list.\n  - Tasks can be marked as completed for better organization.\n  \n- **User Interface**:\n  - The application has a clean, simple, and user-friendly UI.\n\n## Technologies Used\n\n- **Frontend**: \n  - Angular\n  \n- **Backend**:\n  - Node.js\n  - Express.js\n  \n- **Database**:\n  - MongoDB\n  \n- **Authentication**:\n  - JWT (JSON Web Token)\n\n## Setup Instructions\n\n### Prerequisites\n\n- Node.js and npm (Node Package Manager)\n- MongoDB installed locally or an active MongoDB cluster\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/CKShetty4/task-manager-web.git\n   cd task-manager-app\n   ```\n\n2. Install backend dependencies:\n\n   ```bash\n   cd backend\n   npm install\n   ```\n\n3. Install frontend dependencies:\n\n   ```bash\n   cd ../frontend\n   npm install\n   ```\n\n### Environment Configuration\n\n1. Create a `.env` file in the `backend` directory and add the following configurations:\n\n   ```bash\n   MONGO_URI=\u003cyour-mongodb-uri\u003e\n   JWT_SECRET=\u003cyour-jwt-secret\u003e\n   ```\n\n2. If you are using MongoDB locally, the `MONGO_URI` can be something like:\n\n   ```bash\n   MONGO_URI=mongodb://localhost:27017/task-manager\n   ```\n\n### Running the Application\n\n1. Start the backend server:\n\n   ```bash\n   cd backend\n   npm start\n   ```\n\n2. Start the frontend application:\n\n   ```bash\n   cd ../frontend\n   npm start\n   ```\n\n3. Open your browser and go to `http://localhost:4200` to access the Task Manager Web app.\n\n## Usage\n\n1. **Sign Up**: Users can create an account by providing a username and password.\n2. **Log In**: After signing up, users can log in to the application.\n3. **Create Lists**: Once logged in, users can create new task lists.\n4. **Add Tasks**: Within each list, users can add tasks with titles.\n5. **Edit/Update Tasks**: Tasks can be edited or deleted at any time.\n6. **Mark Tasks as Completed**: Tasks can be marked as completed for better task management.\n7. **Update or Delete Lists**: Users can update or delete entire task lists.\n\n## Contributions\n\nFeel free to fork the project and submit issues or pull requests for any enhancements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckshetty4%2Ftask-manager-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckshetty4%2Ftask-manager-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckshetty4%2Ftask-manager-web/lists"}