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

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.

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).



To-Do List Project Preview

## 🚀 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/)