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
- Host: GitHub
- URL: https://github.com/av-loginova/todolist
- Owner: AV-Loginova
- Created: 2023-12-25T13:56:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T17:27:36.000Z (over 2 years ago)
- Last Synced: 2025-02-13T22:38:22.629Z (over 1 year ago)
- Topics: bootstrap, react, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 65.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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:
