Skip to content

Simple contact form design, builds with typescript, tailwind css, webpack, a validation with zod

Notifications You must be signed in to change notification settings

abdelrahman-mh/contact-form

Repository files navigation

Overview

Static Contact Form web page, builds with Webpack, Typescript, Tailwind Css, validation with Zod, live demo

screenshot

Setup

  • Clone the repo:
git clone https://github.com/abdelrahman-mh/contact-form.git

# navigate to app directory
cd contact-form
  • Install dependencies:
# you can use pnpm also
npm install
  • Run app:
# from running development server
npm run dev

# build app
npm run build # this will build the static files in `dist` dire

Links

Website

About

Simple contact form design, builds with typescript, tailwind css, webpack, a validation with zod

Topics

Resources

Stars

Watchers

Forks