The TodoList App is a simple task management application that helps you stay organized and on top of your daily tasks. With this app, you can easily create, track, and manage your todo items, ensuring that nothing falls through the cracks.
- Create and manage multiple todo lists for different categories or projects.
- Add new tasks with due dates, priorities, and optional descriptions.
- Mark tasks as complete to track your progress.
- Edit or delete existing tasks as your requirements change.
- User-friendly interface with a clean and responsive design.
- Cross-platform compatibility, allowing you to access your todo lists from any device.
- Front-end: Angular, HTML5, CSS3
- Backend: SpringBoot
- Database: MySql
Contributions are welcome! If you have any ideas, bug fixes, or feature implementations, please submit a pull request. For major changes, please open an issue first to discuss the proposed changes.
This project is licensed under the MIT License.
Special thanks to the developers and contributors of the libraries and frameworks used in this project.
Feel free to customize this description according to your specific app's features and technologies.
This project was generated with Angular CLI version 16.1.1.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.