Skip to content

ITmTm/todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList with React, Redux and TypeScript

A simple TodoList with React, Redux and TypeScript

DEMO


bandicam 2024


Функции

  • Создание новых задач
  • Редактирование элементов задач
  • Переключение элементов задач
  • Удаление пункта из задач
  • Фильтрация элементов (активные и завершенные) задач

Technologies

ReactJS TypeScript Redux Eslint Prettier


Using Libraries

Font Awesome Font Awesome Font Awesome


Getting Started

Tools needed to run this app: node and npm

  • npm install to install dependencies
  • npm start to run the app
  • Go to https://localhost:3000