Created for the purposes of learning Typescript. See the live demo
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
yarn start
runs the app in the development mode on http://localhost:3000
Bootstrapped with Create React App.