Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 583 Bytes

What is this?

It's a dashboard. These technologies and libraries where used to create it:

  • React/Next.js
  • Shadcn
  • TypeScript
  • Recharts
  • React-Hook-Form
  • Zod

This was originally created by following along a Traversy Media YouTube course.

😎 improvements I made

  • 🌞🌛 theme change on click
    • used to show a drawer the user had to choose the theme from. now it just toggles the theme.
  • 🔐 check password confirm
    • in /auth regiter form, check if password confirm matches the password

🌱 TODO