Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 413 Bytes

Pomodoro

This app was built as an exercise for a course @ Rocketseat

What I've Learned

  • Use of headless components with Radix UI
  • State management with Tanstack Query
  • Integrating custom components with React Hook Form

Running Locally

This project only depends on Node.js

Simply run:

npm i
npm run dev:server & npm run dev