https://github.com/rcrdk/todo-list
A simple To-Do List for practice of React fundamentals.
https://github.com/rcrdk/todo-list
reactjs typescript
Last synced: 3 months ago
JSON representation
A simple To-Do List for practice of React fundamentals.
- Host: GitHub
- URL: https://github.com/rcrdk/todo-list
- Owner: rcrdk
- Created: 2023-11-16T18:31:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:42:44.000Z (over 2 years ago)
- Last Synced: 2025-03-28T23:45:55.247Z (over 1 year ago)
- Topics: reactjs, typescript
- Language: TypeScript
- Homepage: https://ignite-challenge-todo-list.vercel.app
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📋 To-Do List
I developed this project as a challenge of my latest studies on React lessons at [Rocketseat](https://www.rocketseat.com.br).
## 🚀 Techs and Tools
- [React](https://reactjs.org)
- [TypeScript](https://www.typescriptlang.org/)
- [Figma](http://figma.com/)
## 💻 Project
This project was developed based on a Figma design provied by the school. The main practice was apply React fundamentals of state and it's immutability.
**It includes:** Add and remove tasks; Mark and unmark task as finished. Calculate and show progress of finished tasks.
## 🔗 Links
- [Design / Figma](https://www.figma.com/file/kGbRc3yt2G4KJpf826uWhQ/ToDo-List-%E2%80%A2-Desafio-React?type=design&node-id=56%3A96&mode=design&t=AouIfbkQDQWGreum-1)
- [Deploy](https://ignite-challenge-todo-list.vercel.app/)