Skip to content

polapolaczek/typescript-learning-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Learning - Todo App

Created for the purposes of learning Typescript. See the live demo


Game Plan

Functionalities:

  • basic functionality
    • add todo
    • display added todo
    • remove added todo
    • mark todo as completed
  • display completed on separate list, in order of completion
  • mark todo as priority
  • remove all completed todos
  • all completed info on todos list

Other:

  • setup for React + Typescript
  • refactor types for the functional component - use React's type definition
  • add styling

How to run

yarn start runs the app in the development mode on http://localhost:3000


Bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published