Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!!