Todo App is a full-stack application that helps users manage their tasks. The application includes a backend built with ASP.NET Core and a frontend based on a design challenge from Frontend Mentor. Users can add, edit, delete, and mark tasks as complete.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Mark tasks as complete
- User registration
- User login
- Responsive design based on the Frontend Mentor challenge
- ASP.NET Core
- Entity Framework Core
- MySQL
- Swagger for API documentation
- React
- Tailwind CSS
- .NET 6.0 SDK or higher
- Node.js and npm
- MySql (local or cloud)
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License.
This project is based on the TodoApp challenge from Frontend Mentor.