Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aatmaneoulmouden/contact-form
Contact form | Frontend Challenge No. 12
https://github.com/aatmaneoulmouden/contact-form
css frontend frontend-mentor frontendmentor-challenge html html-css-javascript javascript tailwind tailwind-css tailwindcss vanilla-javascript
Last synced: about 2 months ago
JSON representation
Contact form | Frontend Challenge No. 12
- Host: GitHub
- URL: https://github.com/aatmaneoulmouden/contact-form
- Owner: aatmaneoulmouden
- Created: 2024-05-20T06:40:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T18:03:15.000Z (7 months ago)
- Last Synced: 2024-05-28T03:27:07.720Z (7 months ago)
- Topics: css, frontend, frontend-mentor, frontendmentor-challenge, html, html-css-javascript, javascript, tailwind, tailwind-css, tailwindcss, vanilla-javascript
- Language: CSS
- Homepage: https://aatmaneoulmouden.github.io/contact-form/
- Size: 354 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)
- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)## Overview
### The challenge
Users can:
- 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
![](./screenshot.png)
### Links
- Live Site URL: [Preview the solution](https://aatmaneoulmouden.github.io/contact-form/)
## My process
### Built with
- Semantic HTML5 markup
- Mobile-first workflow
- Vanilla Javascript
- [Tailwind CSS](https://tailwindcss.com/) - For styles## Author
- Website - [Aatmane Oulmouden](https://bit.ly/3xScx29)
- Frontend Mentor - [@aatmaneoulmouden](https://www.frontendmentor.io/profile/aatmaneoulmouden)
- LinkedIn - [@aatmaneoulmouden](https://www.linkedin.com/in/aatmaneoulmouden/)