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

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

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

![All Device Support](./images/screenshot.png)

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