Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmikaia/sign-up-master


https://github.com/dmikaia/sign-up-master

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend Mentor - Intro component with sign up form solution

This is a solution to the [Intro component with sign up form challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/intro-component-with-signup-form-5cf91bd49edda32581d28fd1). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Built with](#built-with)
- [Author](#author)

### The challenge

Users should be able to:

- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Receive an error message when the `form` is submitted if:
- Any `input` field is empty. The message for this error should say *"[Field Name] cannot be empty"*
- The email address is not formatted correctly (i.e. a correct email address should have this structure: `[email protected]`). The message for this error should say *"Looks like this is not an email"*

### Screenshot

![Desktop Design and Preview](Screenshot/Desktop-design.png)

![Active States Design](Screenshot/Active-states-version.png)

![Mobile Design](Screenshot/Mobile-design.png)

### Links

- Live Site URL: [Sign up Form](https://dm-signup-master.netlify.app/)

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flex
- CSS Grid
- JavaScript

## Author

- Frontend Mentor - [@DMikaia](https://www.frontendmentor.io/profile/DMikaia)