Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 757 Bytes

File metadata and controls

46 lines (29 loc) · 757 Bytes

Server Side Validation

A form with server-side validation and sanitization.

Check out the deployed app here

demo

Tech Stack

  • NextJS
  • TypeScript
  • Tailwind CSS

Testing

  • React Testing Library
  • Cypress

Local Installation

  1. Clone this repo to your local machine
git clone https://github.com/vanquiche/server-side-validation.git
  1. Navigate to folder and install dependencies
cd server-side-validation && npm install
  1. Start development server
npm run dev
  1. Navigate to port: 3000 in your browser
http://localhost:3000

Happy Hacking!