- Vite
- React.Js
- TypeScript
- Phosphor
- Styled Components
- React Router Dom
- React Hook Form
- Reducer
- localStorage
- date-fns
- immer
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/ignite-timer
# Enter the repository
$ cd ignite-timer
# Install the dependencies by typing in the terminal
$ yarn install
# Run the application
$ yarn dev