https://github.com/sam4web/contact-form
This is a solution to the Contact form challenge on Frontend Mentor.
https://github.com/sam4web/contact-form
frontendmentor-challenge tailwindcss vuejs
Last synced: 3 months ago
JSON representation
This is a solution to the Contact form challenge on Frontend Mentor.
- Host: GitHub
- URL: https://github.com/sam4web/contact-form
- Owner: sam4web
- Created: 2024-06-30T10:45:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T22:41:12.000Z (about 1 year ago)
- Last Synced: 2025-04-04T03:16:43.286Z (9 months ago)
- Topics: frontendmentor-challenge, tailwindcss, vuejs
- Language: Vue
- Homepage: https://sam4web.github.io/contact-form/
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Contact form solution
This is a solution to the [Contact form challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/contact-form--G-hYlqKJj). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)
- [Author](#author)
## Overview
### The challenge
Users should be able to:
- Complete the form and see a success toast message upon successful submission
- Receive form validation messages if:
- A required field has been missed
- The email address is not formatted correctly
- Complete the form only using their keyboard
- Have inputs, error messages, and the success message announced on their screen reader
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
### Screenshot

### Links
- Solution URL: [Frontend Mentor Solutions](https://www.frontendmentor.io/solutions/contact-form-Zqz7KizyW5)
- Live Site URL: [Github pages](https://sam4web.github.io/contact-form/)
## Built with
- [Vue](https://vuejs.org/) - JavaScript Framework
- [Tailwind](https://tailwindcss.com/) - CSS framework
- SCSS
- Mobile-first workflow
## Author
- Website: [Sijal Manandhar](https://sijalmanandhar.com.np/)
- Frontend Mentor: [@sam4web](https://www.frontendmentor.io/profile/sam4web)
- Github: [@sam4web](https://github.com/sam4web)