Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 686 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 686 Bytes

Contact form

This is a web component to act as a template for a contact page with information about the individual/company and featuring a form with front-end data validation. Upon filling the form as the user clicks the submit button, the component fetches data via an api to show the queue number of current user.

Install and run the app

For local development

cd Contact-Form
npm install
npm run dev

For production build

npm run build

Technologies Used

  • reactJS
  • react-strap
  • bootstrap
  • vite

Learning

While building this project I learnt about component reusability in react, using react-strap for styling components and front-end form validation.