Skip to content

realstoman/tailwind-form-validations

Repository files navigation

Tailwind CSS Form Validaitons

Frontend form validations using Tailwind CSS

Tailwind Form Validations

Demo URL

https://tailwind-form-validations.vercel.app/

Setup

Make sure you have Node JS installed. If you don't have it:

brew install node

Clone the repo:

git clone https://github.com/realstoman/tailwind-form-validations.git

Open the project folder:

cd tailwind-form-validations

Install packages and dependencies:

npm install

Start a local dev server at http://localhost:5173:

npm run dev

Notes

  • Coming Soon I'll be doing a screencast. Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of the form validations
  • Feel free to use it in your projects
  • Contributions are welcome