Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bccpadge/intro-component-with-sign-up-form
Frontend Mentor - Intro component with signup form using HTML, CSS & JavaScript
https://github.com/bccpadge/intro-component-with-sign-up-form
accessibility bem frontend-mentor frontendmentor-challenge html-css-javascript lighthouse
Last synced: about 1 month ago
JSON representation
Frontend Mentor - Intro component with signup form using HTML, CSS & JavaScript
- Host: GitHub
- URL: https://github.com/bccpadge/intro-component-with-sign-up-form
- Owner: bccpadge
- Created: 2024-02-06T19:21:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T01:31:33.000Z (11 months ago)
- Last Synced: 2024-02-14T18:56:00.862Z (11 months ago)
- Topics: accessibility, bem, frontend-mentor, frontendmentor-challenge, html-css-javascript, lighthouse
- Language: CSS
- Homepage: https://bccpadge.github.io/intro-component-with-sign-up-form/
- Size: 456 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [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
![](./desktop.png)
### Links
- Solution URL: [Frontend Mentor](https://www.frontendmentor.io/solutions/responsive-signup-form-using-html-css-and-javascript-ExMYkVfr1o)
- Live Site URL: [Github Pages](https://bccpadge.github.io/intro-component-with-sign-up-form/)## My process
### Built with
### Continued development
I want to continue to implement accessibility in my future projects.
### Useful resources
- [Id attribute](https://fedmentor.dev/posts/id-attribute-masterclass/) - Great article explaining when to use the id attribute
- [Coolors Contrast Checker](https://coolors.co/contrast-checker) - Check color contrast between text color and background colors## Author
## Acknowledgments
- [JavaScript implementation](https://www.youtube.com/watch?v=HD4qiSU1CBQ)