Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leandro-parice/todo-list
This project is part of a challenge from Rocketseat’s ReactJS course, where I developed a task management application in the style of a to-do list.
https://github.com/leandro-parice/todo-list
front-end front-end-development frontend javascript js react reactjs todo todo-app todo-list todoapp todolist todolist-application typescript web
Last synced: 14 days ago
JSON representation
This project is part of a challenge from Rocketseat’s ReactJS course, where I developed a task management application in the style of a to-do list.
- Host: GitHub
- URL: https://github.com/leandro-parice/todo-list
- Owner: leandro-parice
- Created: 2024-08-17T02:58:53.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T19:06:49.000Z (6 months ago)
- Last Synced: 2024-11-17T09:36:47.825Z (3 months ago)
- Topics: front-end, front-end-development, frontend, javascript, js, react, reactjs, todo, todo-app, todo-list, todoapp, todolist, todolist-application, typescript, web
- Language: TypeScript
- Homepage: https://leandroparice-todo-list.netlify.app/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List Project - Rocketseat Challenge
This project is part of a challenge from Rocketseat’s ReactJS course, where I developed a task management application in the style of a to-do list. The application allows you to:
- Add new tasks
- Mark and unmark tasks as completed
- Remove tasks from the list
- Track task completion progressAlthough the functionalities are straightforward, the project was a great opportunity to reinforce key ReactJS concepts, such as:
- State management and immutability
- Working with lists and keys
- Passing props between components
- ComponentizationAdditionally, I chose to use TypeScript to ensure code safety and predictability, and SASS for greater flexibility in styling the application.