Sprinty is a task management application designed to streamline your workflow. With drag-and-drop (DnD) capabilities, Sprinty offers an intuitive way to organize boards, lists, cards, and task details for efficient project management.
The goal of this project is not just to build another task management app — there are plenty of those already. Instead, Sprinty focuses on utilizing available tools and frameworks to build a robust and solid project using best practices. This includes:
- Leveraging GitHub functionalities such as GitHub Actions, Issues, and Projects
- Demonstrating how to structure and maintain a modern codebase.
- Avoiding the use of external tools like Jira by fully utilizing GitHub Projects for task and issue tracking.
- Plans to implement CI/CD practices to ensure smooth and reliable deployments.
- Deploying the application to AWS for scalability and real-world hosting experience.
Contributions are welcome! If you'd like to contribute to Sprinty, please:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature"
- Push your branch and create a pull request.
Sprinty is open-source software licensed under the MIT License.
Start managing your tasks efficiently with Sprinty!