This is one of my first applications created using frontend framework. It is basic todolist application with a few following features:
- Add todo
- Remove todo
- Mark todo as completed
- Filter todos by status(all, completed, uncompleted)
Core of application is React.js and Typescript.
For styles is used common css.
You can find the online version of this application here.