{"id":20580384,"url":"https://github.com/cyphernyx/task-tracker-app","last_synced_at":"2026-04-20T15:05:20.901Z","repository":{"id":231906513,"uuid":"781572077","full_name":"CypherNyx/task-tracker-app","owner":"CypherNyx","description":"A simple task management application built with Angular for the frontend and JSON-server as a mock backend. Angular Crash Course","archived":false,"fork":false,"pushed_at":"2024-04-08T21:28:48.000Z","size":3105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T22:32:19.550Z","etag":null,"topics":["angular","json-server","rxjs","typescript"],"latest_commit_sha":null,"homepage":"","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/CypherNyx.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-04-03T16:28:20.000Z","updated_at":"2024-04-08T21:07:10.000Z","dependencies_parsed_at":"2024-11-16T06:23:42.977Z","dependency_job_id":"cd85851f-e658-4ad0-8a48-b69563e43655","html_url":"https://github.com/CypherNyx/task-tracker-app","commit_stats":null,"previous_names":["cyphernyx/task-tracker-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherNyx%2Ftask-tracker-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherNyx%2Ftask-tracker-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherNyx%2Ftask-tracker-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherNyx%2Ftask-tracker-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CypherNyx","download_url":"https://codeload.github.com/CypherNyx/task-tracker-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242206006,"owners_count":20089252,"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":["angular","json-server","rxjs","typescript"],"created_at":"2024-11-16T06:23:21.966Z","updated_at":"2026-04-20T15:05:15.881Z","avatar_url":"https://github.com/CypherNyx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Task Tracker \n\n\u003e This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.2.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA simple task management application built with Angular for the frontend and JSON-server as a mock backend. Inspired by [Traversy Media's Angular Crash Course](#attributions)\n\n![Angular](https://img.shields.io/badge/Angular-%23E23237.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=white)\n![RxJS](https://img.shields.io/badge/RxJS-%23B31B81.svg?style=for-the-badge\u0026logo=RxJS\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/TypeScript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white) \n![JSON Server](https://img.shields.io/badge/JSON%20Server-purple?style=for-the-badge\u0026logo=json-server)\n![Font Awesome](https://img.shields.io/badge/Font%20Awesome-%23339AF0.svg?style=for-the-badge\u0026logo=FontAwesome\u0026logoColor=white) \n\n## Table of Contents\n  * [Features](#features-✨)\n  * [Screenshots](#screenshots)\n  * [Getting Started](#getting-started-📖)\n  * [Technologies Used](#technologies-used-🛠️)\n  * [Project Structure](#project-structure-📁)\n  * [Additional Notes](#additional-notes-💡)\n  * [Contributing](#contributing)\n  * [License](#license)\n  * [Questions](#questions)\n\u003cbr\u003e\u003cbr\u003e\n\n## Features ✨\n- **Add Tasks:** Create new task entries with descriptions and optional reminders.\n- **Delete Tasks:** Remove tasks as they are completed.\n- **Reminder Toggle:** Mark tasks with reminders and update their status.\n- **CRUD Operations:** The app supports basic create, read, update, and delete functionalities.\n\n## Screenshots\n\n![image1](./src/assets/maroon_2.png)\u003cbr\u003e\n![image2](./src/assets/maroon_1.png)\u003cbr\u003e\n![image3](./src/assets/maroon_3.png)\u003cbr\u003e\n\n\n## Getting Started 📖\n\n### Prerequisites\n- Node.js and `npm` (or yarn) – To install dependencies and run `JSON-server`\n\n### Installation\n1. Clone this GitHub repository to your local machine. \u003cbr\u003e \n```sh\ngit clone https://github.com/CypherNyx/task-tracker-app.git\n```\n2. Open a terminal or command prompt and navigate to the cloned repository's directory.\n```\ncd task-tracker\n```\n3. Run the install command in your terminal\n```\nnpm install\n``` \n\n### Running the Development Servers\n1. Start JSON-server (in a separate terminal):\n```\nnpm run server\n```\nThis will start the mock backend on port 5000.\n\n2. Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Technologies Used 🛠️\n\n* Frontend:\n  * Angular (version 17.3.0)\n  * Font Awesome (for icons)\n* Backend:\n  * JSON-server\n* Other:\n  * RxJS\n  * TypeScript\n\n## Project Structure 📁\n\n* `src/app` - Contains your Angular components, services, etc.\n* `db.json` - The data file for your JSON-server.\n\n## Additional Notes 💡\n\n### Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n### Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n### Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n### Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n### Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Contributing\nPull requests are welcome. Please open an issue first to discuss any proposed changes or additions.\n\u003cbr\u003e\n\n### Attributions\n\n* **Angular Crash Course**:  [Link to YouTube Tutorial](https://www.youtube.com/watch?v=3dHNOWTI7H8\u0026ab_channel=TraversyMedia) by [Traversy Media](https://www.youtube.com/@TraversyMedia)\n* **Background Image** generated using the [Haikei App](https://app.haikei.app/)\n* **Libraries:**\n  * Angular-fontawesome: [Link](https://github.com/FortAwesome/angular-fontawesome)\n\n\n\n## License\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n  \n  https://opensource.org/licenses/MIT \u003cbr\u003e \n  This project is open source and available under the MIT License.\n\n\u003cbr\u003e\n\n  ## Questions\n  GitHub [CypherNyx](https://github.com/CypherNyx)\u003cbr\u003e\n  Email: dguido.dev@gmail.com\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyphernyx%2Ftask-tracker-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyphernyx%2Ftask-tracker-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyphernyx%2Ftask-tracker-app/lists"}