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

https://github.com/codersuresh/intro-component-with-signup-form


https://github.com/codersuresh/intro-component-with-signup-form

Last synced: 3 months 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

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)

## Overview

### 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

![](images/screenshot.jpg)

### Links

- Solution URL: [https://github.com/coderSuresh/intro-component-with-signup-form](https://github.com/coderSuresh/intro-component-with-signup-form)
- Live Site URL: [https://codersuresh.github.io/intro-component-with-signup-form/](https://codersuresh.github.io/intro-component-with-signup-form/)

## My process
- Download the starter file
- Set up with github
- Write code
- Commit the changes

### Built with

- HTML
- CSS
- Flexbox
- SCSS
- JavaScript

### What I learned

- Basic client side form validation

## Author

- Website - [Coder Suresh](https://codersuresh.github.io)
- Frontend Mentor - [@coderSuresh](https://www.frontendmentor.io/profile/codersuresh)
- Twitter - [@codersuresh](https://www.twitter.com/codersuresh)