fake readme
A task management application built with ASP.NET Core.
TaskTracker is a web-based application for managing and tracking tasks efficiently.
- .NET 9.0 SDK or later
- A code editor (VS Code, Visual Studio, or Rider)
-
Clone the repository:
git clone https://github.com/Merlissa09/TaskTracker.git cd TaskTracker -
Restore dependencies:
dotnet restore
Run the application:
cd TaskTracker
dotnet runThe application will start and display the local URL (typically http://localhost:5000).
TaskTracker/- Main application projectDomain/- Domain models and entitiesREADME.md- This fileLICENSE- License information
Contributions are welcome! Please feel free to submit a Pull Request.
See the LICENSE file for details.