Task Manager

Task Manager

Try it here:

https://task-manager--taskmanager-e27ea.us-central1.hosted.app/

.

I recently built a Task Manager Web App—a simple yet powerful tool for creating, editing, and tracking tasks, perfect for flexing my dev skills with ASP.N ET, Angular, and cloud services. Here’s a quick summary.

.

The frontend runs on Angular 19.2.0, using standalone components for a clean, responsive UI styled with CSS. The backend is powered by ASP.NET Core 8 with C#, serving a RESTful API for task CRUD operations. I hooked it up to Azure SQL Database (free tier) for persistent storage, hosted the API on Azure App Service, and deployed the frontend to Firebase Hosting.

.

Features include adding tasks (title, description, status), editing them inline, and marking them complete. I tackled hurdles like fixing a NullInjectorError in Angular, securing Azure SQL credentials, and ensuring CORS let Firebase talk to Azure.