An open API service indexing awesome lists of open source software.

https://github.com/av-loginova/todolist

ToDo application
https://github.com/av-loginova/todolist

bootstrap react tailwind typescript

Last synced: 3 months ago
JSON representation

ToDo application

Awesome Lists containing this project

README

          

# ToDoList
This app was created to help me to become well versed in hooks, in particular useState hook. In the future I'm going to add new tabs with home chores, interactive calendar and work duties.
![Запись экрана 2024-01-24 в 20 21 48](https://github.com/AV-Loginova/ToDoList/assets/129111624/d8138814-d7de-4265-83b2-a2aef0d74b34)

## 25.12.2023
For now APP has a tab with an ability to ad strings in the list.
## 26.12.2023
Created gitignore file. After adding to the list text disappears from input. Checked todos now are crossed out. Add button is disabled if input is empty.
## 27.12.2023
Added function to delete existing todos. Modified the logic of adding todos, instead of adding data to a 'data' array, now data is written to a 'todos' array, which rewrites itself.
## 18.01.2023
Added registration/authorization function. Were used: express, mysql.
Added the ability to edit quote in the profile. Quote is also added to db.
## 24.01.2023
Added the tab menu. Now all the tasks are sent to the db and got from there when needed.
Editting quotes and registration demonstration:
![Запись экрана 2024-01-19 в 12 41 03](https://github.com/AV-Loginova/ToDoList/assets/129111624/a996d4a9-f718-46ec-be7e-e1ab0e678c5e)