Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j3wlius/fm-contact-form


https://github.com/j3wlius/fm-contact-form

Last synced: about 2 months ago
JSON representation

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).

## Table of contents

- [User stories](#user-stories)
- [Screen shots](#screen-shots)
- [Links](#links)

## User stories
- The user should be able to complete the form and see a success toast message upon successful submission
- The user should receive form validation messages if:
- A required field has been missed
- The email address is not formatted correctly
- The user should be able to complete the form only using their keyboard
- The user should have inputs, error messages, and the success message announced on their screen reader
- The user should be able to view the optimal layout for the interface depending on their device's screen size
- The user should be able to see hover and focus states for all interactive elements on the page

## Screen shots

![screenshot](screenshot.png)

## Links

- [Frontend Mentor](https://www.frontendmentor.io/challenges/contact-form--G-hYlqKJj)
- [GitHub](https://github.com/j3wlius/fm-contact-form)
- [Live demo](https://j3wlius.github.io/fm-contact-form/)