Skip to content

19Eduard99/todo-app-react

Repository files navigation

ToDo App (React + Typescript)

This is a simple ToDo App built with React and Typescript

Live Demo

View Demo

Design

Adaptive theme (light/dark), Minimalistic UI, and responsive design

Technologies Used

🧱 Core

  • React, Typescript, BlumaCSS + SCSS — core structure, styling, and interactivity

🎨 Design & UI/UX

  • React-Transition-Group — for smooth transitions

🛠 Development & Deployment

  • Vite — build tool Stylelint — CSS/SCSS linting
  • ESLint — JavaScript linting
  • Prettier — code formatting

Get Started

Follow these steps to set up the project locally:

1. Clone the repository

git clone https://github.com/19Eduard99/todo-app-react.git
cd todo-app-react

2. Install dependencies

Using npm:

npm install

or using yarn:

yarn install

3. Run the project locally

Using npm:

npm start

or using yarn:

yarn start

Features

  • Add, edit, and delete tasks
  • Mark tasks as completed
  • Filter tasks based on status (all, active, completed)
  • Clear completed tasks
  • Responsive design for different screen sizes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors