Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.09 KB

File metadata and controls

32 lines (23 loc) · 1.09 KB

Contact Us page

contactUsPage

Description

It is a Contact Us page with a header, footer, contacts, a contact us form, and a subscribe form. Main features:

  • Validation of contact form
  • Success modal after sending form
  • Success alert after subscribing

    This page is the same as in the contact-us-page-ts project, but it was built without TypeScript.

    Contact Us page was built with

    React
    JavaScript
    Formik
    Material UI

    View Demo

    link to Contact Us page

    Installation

    1. You can download this repository by clicking Code at the top, then selecting Download ZIP or if you want to clone this repository you can do this by git clone https://github.com/Lethteria/contact-us-page.git

    2. For installing all packages in the project directory run: npm install

    3. Then run the app in the development mode: npm start
    Open http://localhost:3000 to view it in your browser.