This is simple React application that provides possibility of adding, deleting and managing everyday tasks. It contains a form that allows the user to create a new task, and two sections. Both generate tasks list, but while the first obtains only active, undone tasks displayed in alphabetical order, the second returns done tasks ordered by the date of their accomplishment. Plus, however the done tasks number is shown in the UI, only last three of them are listed.
Added font(s) used in the project are the following:
- Roboto, 400, 700, latin extended, Apache License, Version 2.0(click to read the license).
All taken from Google Fonts.
This is a project I made during one of Udemy courses. More about it and others similar in subject here.