Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jithin-b-p/ping-coming-soon-page-master


https://github.com/jithin-b-p/ping-coming-soon-page-master

Last synced: 3 days ago
JSON representation

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

![](./design/desktop-preview.jpg)

### Links

- Solution URL: [click here](https://your-solution-url.com)
- Live Site URL: [click here](https://jithin-b-p-ping-coming-soon-page.netlify.app/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [React-hook-form](https://react-hook-form.com/) - JS library
- [React-toastify](https://fkhadra.github.io/react-toastify/introduction/) - JS library
- [Tailwind-CSS](https://tailwindcss.com/) - CSS styling

## Author

- [Jithin B P]()
- Frontend Mentor - [@Jithin-b-p](https://www.frontendmentor.io/profile/Jithin-b-p)
- twitter - [@b_p_jithin](https://twitter.com/b_p_jithin)

## Acknowledgments

- Install dependencies:

```bash
npm install
```

- run in development mode:

```bash
npm run dev
```

Open http://localhost:5173 to view it in your browser.