Skip to content

brunofariasdeo/to-do

Repository files navigation

to-do

A simple to-do list based on Rocketseat Ignite course and built with React, Typescript and Tailwind.

image

View demo: https://to-do-gamma-seven.vercel.app/

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd to-do
$> npm install
$> npm run dev