This application is an improved version of the Microsoft Learn Tutorial on building a Blazor app. You can find the original tutorial here.
- Clone the Repository
git clone <repository-url>
cd TodoList- Install Dependencies
dotnet restore- Build the Application
dotnet build- Run the Application
dotnet run- Open in Browser
Open your browser and navigate to
https://localhost:5001to see the application in action.
- Improved UI/UX from the original tutorial.
- Additional functionalities for managing tasks.
- Enhanced performance and security.
Feel free to fork this repository and contribute by submitting pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.