{"id":29030707,"url":"https://github.com/devdogukan/task-tracking-app","last_synced_at":"2026-04-29T23:03:13.217Z","repository":{"id":294594868,"uuid":"977732902","full_name":"devdogukan/task-tracking-app","owner":"devdogukan","description":"A Task Tracking App With Java Spring Boot and React JS ","archived":false,"fork":false,"pushed_at":"2025-05-21T06:04:20.000Z","size":1349,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T07:23:11.062Z","etag":null,"topics":["backend","frontend","java","react","reactjs","spring-boot"],"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/devdogukan.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}},"created_at":"2025-05-04T21:10:33.000Z","updated_at":"2025-05-21T06:04:24.000Z","dependencies_parsed_at":"2025-05-26T00:47:22.627Z","dependency_job_id":null,"html_url":"https://github.com/devdogukan/task-tracking-app","commit_stats":null,"previous_names":["devdogukan/task-tracking-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devdogukan/task-tracking-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdogukan%2Ftask-tracking-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdogukan%2Ftask-tracking-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdogukan%2Ftask-tracking-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdogukan%2Ftask-tracking-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devdogukan","download_url":"https://codeload.github.com/devdogukan/task-tracking-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdogukan%2Ftask-tracking-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262037893,"owners_count":23248903,"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":["backend","frontend","java","react","reactjs","spring-boot"],"created_at":"2025-06-26T09:31:03.588Z","updated_at":"2026-04-29T23:03:08.193Z","avatar_url":"https://github.com/devdogukan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tasks Application\n\nA Spring Boot application for tracking tasks.\n\n## Project Overview\n\nThis is a task tracking application built with Spring Boot for the backend and React with TypeScript for the frontend, enabling users to create, manage, and track tasks efficiently.\n\n![Project Structure](images/project.png)\n\n## Features\n\n- Task creation and management\n- Task assignment\n- Task status tracking\n- Task categorization\n- Dark/Light mode toggle for the frontend\n- Responsive UI for task and task list management\n\n## Technology Stack\n\n### Backend\n- **Spring Boot**: Framework for creating stand-alone, production-grade Spring-based applications\n- **Spring Data JPA**: Simplifies data access layer implementation\n- **H2 Database**: Lightweight in-memory database for development\n- **PostgreSQL**: Production database\n- **Maven**: Dependency management and build tool\n\n### Frontend\n- **React**: JavaScript library for building user interfaces\n- **TypeScript**: Typed superset of JavaScript\n- **Vite**: Fast build tool for modern web projects\n- **Tailwind CSS**: Utility-first CSS framework\n- **React Router**: Declarative routing for React applications\n\n## Domain Model\n\nThe application is built around the following entities:\n\n![Entity Relationship](images/entities.png)\n\n![Entity Structure](images/entities_s-variables.png)\n\nThe core components include:\n\n![Task Components](images/task_list-and-task.png)\n\n## REST API Endpoints\n\nThe backend provides RESTful APIs for managing task lists and tasks. For detailed documentation, refer to the [Tasks Backend README](tasks/README.md).\n\n## Frontend Features\n\n- **Task List Management**:\n  - Display all task lists with their progress and task count.\n  - Create, update, and delete task lists.\n- **Task Management**:\n  - Display tasks within a selected task list.\n  - Create, update, and delete tasks.\n  - Filter tasks by priority and status.\n- **Dark/Light Mode**:\n  - Toggle between dark and light themes.\n- **Error Handling**:\n  - Display error messages returned by the backend in a user-friendly way.\n\n## Getting Started\n\n### Prerequisites\n\n- Java 21 or higher\n- Maven 3.9+\n- Node.js 18+ and npm 9+\n\n### Running the Backend\n\n1. Navigate to the `tasks` directory.\n2. Start PostgreSQL using the provided `docker-compose.yml` file:\n   ```bash\n   docker-compose up -d\n   ```\n3. Run the Spring Boot application:\n   ```bash\n   ./mvnw spring-boot:run\n   ```\n\n### Running the Frontend\n\n1. Navigate to the `tasks-fe` directory.\n2. Install dependencies:\n   ```bash\n   bun install\n   ```\n3. Start the development server:\n   ```bash\n   bun run dev\n   ```\n4. Open the application in your browser at `http://localhost:5173`.\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%2Fdevdogukan%2Ftask-tracking-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdogukan%2Ftask-tracking-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdogukan%2Ftask-tracking-app/lists"}