A simple to-do list based on Rocketseat Ignite course and built with React, Typescript and Tailwind.
View demo: https://to-do-gamma-seven.vercel.app/
Clone the repository and perform the following command line actions:
$> cd to-do
$> npm install
$> npm run dev