MLSAKIIT / devblogs-frontend

DevBlogs : A blogging website made for developers by developers. This repository contains the frontend for the project
MIT License
3 stars 1 forks source link

Create Register form in /register route #3

Open dead8309 opened 9 hours ago

dead8309 commented 9 hours ago

Implement a Register form on the /register route. The form should include fields for username, email, and password. It should be styled using TailwindCSS and structured to handle validation in later tasks.

Reference: Form Validation Guide