https://github.com/skyv26/ping-coming-soon
A frontend challenge | Newbie Level Project
https://github.com/skyv26/ping-coming-soon
animation-css css3 flexbox-css html5 javascript pwa-app regex-validator validation
Last synced: 25 days ago
JSON representation
A frontend challenge | Newbie Level Project
- Host: GitHub
- URL: https://github.com/skyv26/ping-coming-soon
- Owner: skyv26
- Created: 2021-12-01T11:10:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T10:39:15.000Z (over 3 years ago)
- Last Synced: 2025-02-10T21:35:26.049Z (3 months ago)
- Topics: animation-css, css3, flexbox-css, html5, javascript, pwa-app, regex-validator, validation
- Language: CSS
- Size: 479 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Ping coming soon page solution
This is a solution to the [Ping coming soon page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/ping-single-column-coming-soon-page-5cadd051fec04111f7b848da). 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)## 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
- Submit their email address using an `input` field
- Receive an error message when the `form` is submitted if:
- The `input` field is empty. The message for this error should say *"Whoops! It looks like you forgot to add your email"*
- 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 *"Please provide a valid email address"*### Screenshot

### Links
- Solution URL: [Github](https://github.com/skyv26/ping-coming-soon)
- Live Site URL: [Github Pages](https://skyv26.github.io/ping-coming-soon/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- JavaScript### What I learned
Flexbox, Animation, PWA, Email Validation
### Continued development
PWA's, ReactJS
### Useful resources
- [PWA Tutorial By Coding Ninja](https://youtu.be/7y7xlVo4Iio) - To learn making Progressive Web App
## Author
- LinkedIn - [Aakash Verma](https://www.linkedin.com/in/devaakash/)
- Frontend Mentor - [@skyv26](https://www.frontendmentor.io/profile/skyv26)
- Twitter - [@vrma_aakash](https://www.twitter.com/vrma_aakash)