https://github.com/miracetdin/taskynote-app
A personal productivity app for managing notes and tasks with tags and dependencies.
https://github.com/miracetdin/taskynote-app
Last synced: 17 days ago
JSON representation
A personal productivity app for managing notes and tasks with tags and dependencies.
- Host: GitHub
- URL: https://github.com/miracetdin/taskynote-app
- Owner: miracetdin
- License: mit
- Created: 2025-04-18T19:45:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-26T12:10:37.000Z (about 1 month ago)
- Last Synced: 2025-04-26T13:23:41.387Z (about 1 month ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TaskyNote App
TaskyNote is a personal note-taking and task management application.
The system is designed to allow users to efficiently manage their tasks, notes and tags with support for dependency-based task flows and note-to-task linking.## Repository Structure
```
taskynote-app/
├── backend/
├── frontend/
├── docs/
├── README.md
├── .gitignore
└── LICENSE
```## Features
- Create, update, delete and list notes and tasks
- Associates notes with tasks
- Define sequential (dependency-based) tasks
- Create and manage personal tags
- Enforce tasks order through dependency resolution## Technology Stack
```
| Layer | Tech stack
|---------------|---------------
| Backend | Java 21, Spring Boot, REST API
| Frontend | .NET, HTML, CSS, JavaScript
| Database | PostgreSQL
| IDEs | IntelliJ IDEA
```## Documentation
All documentation is available under the `docs/` folder, including:
- requirements.md - functional and non-functional requirements
- use-case-diagram.puml - use case diagram (PlantUML)## License
This project is licensed under the [MIT License](LICENSE)