Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir-kedis/todo-ts-sass-html
Web app build as a practice for typescipt syntax
https://github.com/amir-kedis/todo-ts-sass-html
html javascript sass scss todoapp typescript webpack
Last synced: about 2 months ago
JSON representation
Web app build as a practice for typescipt syntax
- Host: GitHub
- URL: https://github.com/amir-kedis/todo-ts-sass-html
- Owner: amir-kedis
- License: mit
- Created: 2023-10-06T14:25:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T13:54:24.000Z (about 1 year ago)
- Last Synced: 2023-10-23T07:20:21.394Z (about 1 year ago)
- Topics: html, javascript, sass, scss, todoapp, typescript, webpack
- Language: TypeScript
- Homepage: https://amir-kedis.github.io/todo-ts-sass-html/
- Size: 803 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO APP - TERMINAL STYLE
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.## Features
- 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.## Technologies Used
- 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## Live Demo
## Getting Started
## Usage
## Local Storage
## Contact
Happy Coding!!