Todo work is a website where you can create tasks with title, description and priorities. You can complet task and se how much time used on taskes and uncomplet task. You have to be a user on the website to use its features.
Made by Christian C. Høttges
Last updated: 13-10-2023
- Clone the repository to your local machine.
- Open the solution in Visual Studio.
- Run the application.
Requirements:
- Visual Studio IDE (recommend Code) to compile.
- Microsoft SQL (recommend Express) to run the database for testing.
Technologies:
- Front-end: Allows users to see the Uncompleted and Completed, EditToDoList with create, delete and edit buttons.
- Back-end: Allows users can use all the features of the application thru the repository and services.
- Repository pattern: Allows users to use the repository pattern to get data from the database.
- Service pattern: Allows users to use the service pattern to get data from the repository.
Version 1.0.0 (13/10/2023) - Current version)
- Added full front-end and back-end with all features where it can talk together.
- Added creating, deleting, editing and completing tasks and new dark theme.
- Added views and stored produre to the database.
- Fixed bug with back-end to not cast a error when trying to find all uncompleted or all completed or finding one by Guid.
Version 0.0.3 (28/09/2023)
- Added first front-end page with data from the database.
- Added delete, edit and still working on create and complete tasks.
Version 0.0.2 (26/09/2023)
- Full backend with database.
- Added repository pattern and service pattern.
- Added front-end handling of data from repository and service layer.
Version 0.0.1 (21/09/2023)
- Initial pre-release of The Todo List Application.
- Features include Front-end templete.
- Adding a page where you can see all the tasks and create, update and delete.
- Fixing the soo you can't change a id on edit where its readonly.
- Making a page where you can see all the tasks.
- Fixing the soo you can't change a id on edit where its readonly.
We are constantly working to improve this application. If you encounter any bugs or errors, please report them to us.
Phone number: +45 28 78 34 14
Email: GuttiDK@gmail.com
This project is licensed under the MIT license. See the LICENSE
file for further details.