Phoenix Task is a lightweight and fun task management application built with modern web technologies.
The frontend is developed using Next.js, and the backend is powered by ASP.NET Core — hosted in a separate repository:
🔗 Backend Repository: PhoenixTask dotnet-backend
This project began as a fun and experimental initiative by a couple of developers who wanted to build a simple yet scalable task manager.
While the main intention was exploration and enjoyment, Phoenix Task has the potential to evolve into a dedicated task management system for internal company use.
You can either host it as-is, or fork and customize it to fit your own needs.
- Frontend: NextJS 15(TypeScript), Tailwind4, dnd-kit, zustand, tanstack query
- Backend: ASP.NET Core (.NET 9)
git clone https://github.com/PhoenixTask/WebApp.git
cd WebApp
npm install
npm run devMake sure to set up the backend from PhoenixTask dotnet-backend and configure the API URL properly in the frontend.
- Kanban-style task management
- Create, update, delete workspaces, projects, boards & tasks
- User-friendly UI
- Fully open-source and customizable
Got a suggestion, idea, or feedback? You can find ways to reach me on my GitHub profile — feel free to reach out.
I'm always happy to chat about anything🤠(as long as time allows)