Skip to content

difunk/TYPESCRIPT-TODOLIST-APP

Repository files navigation

About This Project

This project is a simple Todo List App built with React, TypeScript, and Vite. Users can add tasks, mark them as completed, and their list is saved in the browser’s local storage. 👨‍💻

The goal of this project was to strengthen my understanding of TypeScript in a practical setting by defining clear types for data structures, applying type safety to react state and functions, and integrating TypeScript features into a modern frontend workflow.

Tech stack

  • React
  • Typescript

Features

  • Task creation with custom titles
  • Display of all current tasks in a clear list
  • Mark tasks as completed or incomplete
  • Remove individual tasks from the list
  • Automatic persistence of tasks using local storage

Setup

Prerequisites

Installation

npm install

Launch project

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published