- Vite
- React.Js
- TypeScript
- CSS
- Phosphor
- UUID
To make it run on your machine, follow the steps below
# Clone the repository in some folder on your machine
$ git clone git@github.com:ignite-projects/todo.git
# Enter the repository
$ cd todo
# Install the dependencies by typing in the terminal
$ yarn install
# Run the application
$ yarn dev