luiscarlos-ja / todo-app

TODO App using JSON bin, TypeScript & React.js

Home Page:https://todo-app-virid-xi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a TodoMVC with TypeScript

  • Initialize the project with Vite.
  • Add a linter for TypeScript + React.
  • Add TodoMVC styles.
  • List all the TODOs.
  • Allow deleting a TODO.
  • Mark a TODO as completed.
  • Implement TODO filtering (Footer).
  • Display the number of pending TODOs (Footer).
  • Add functionality to delete all completed TODOs.
  • Create a Header with an input field (Header).
  • Create a new TODO (Header).
  • Enable editing the text of a TODO (Double click).
  • Add animations using AutoAnimate.
  • Refactor to use a Reducer.
  • Synchronize with the backend.

About

TODO App using JSON bin, TypeScript & React.js

https://todo-app-virid-xi.vercel.app


Languages

Language:TypeScript 93.7%Language:JavaScript 4.0%Language:HTML 2.3%