A form with server-side validation and sanitization.
Check out the deployed app here
- NextJS
- TypeScript
- Tailwind CSS
- React Testing Library
- Cypress
- Clone this repo to your local machine
git clone https://github.com/vanquiche/server-side-validation.git- Navigate to folder and install dependencies
cd server-side-validation && npm install- Start development server
npm run dev- Navigate to port: 3000 in your browser
http://localhost:3000Happy Hacking!
