This ToDo app is a practice project developed as part of The Odin Project curriculum. It is built using TypeScript, SASS, and HTML to help you learn and practice web development skills. The app allows you to create, edit, and delete tasks, helping you manage your daily tasks effectively.
- Create new tasks with a title and description.
- Edit existing tasks to update their details.
- Mark tasks as completed.
- Delete tasks you no longer need.
- Filter tasks by Project
- Clear completed tasks in one click.
- Data persists in the browser's local storage.
- TypeScript: TypeScript is used to add static typing to JavaScript, making the code more robust and maintainable.
- SASS: SASS (Syntactically Awesome Style Sheets) is used to write cleaner and more organized CSS code with features like variables, nesting, and mixins.
- HTML/CSS: Standard HTML and CSS are used for the structure and styling of the web app
Happy Coding!!