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

https://github.com/ethereumdevtech/coming-soon-ui

Coming soon page with react and tailwind
https://github.com/ethereumdevtech/coming-soon-ui

react tailwindcss

Last synced: 18 days ago
JSON representation

Coming soon page with react and tailwind

Awesome Lists containing this project

README

          

frontendmentor

Ping single column coming soon page



Frontend Mentor Challenge




View Demo
·
Report Bug
·
Request Feature





Melvin Profile



Status Completed

#

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

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.

Links

- Live Site URL: [https://coming-soon-ui.vercel.app/](https://coming-soon-ui.vercel.app/)


## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [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: `name@host.tld`). The message for this error should say _"Please provide a valid email address"_

## My process

### Built with

![](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge&logo=vite&logoColor=white)
![](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white)

- React
- React Hooks (useState, useEffect)
- React Hook Form
- React Toastify
- Vite
- Tailwind CSS
- Semantic HTML5 markup
- Flex Layout
- [SASS](https://sass-lang.com/documentation/modules) - Sass modules

### Useful resources

- [Tailwind CSS: Responsive Design](https://tailwindcss.com/docs/responsive-design)
- [React Hook Form: UseForm](https://react-hook-form.com/api/useform)
- [React Toastify: ToastContainer](https://fkhadra.github.io/react-toastify/introduction)
- [React documentation](https://reactjs.org/)
- [A11Y 101: Ensure landmarks are unique](https://daily-dev-tips.com/posts/a11y-101-ensure-landmarks-are-unique/)

## Author

- Frontend Mentor - [@pijeismart](https://github.com/pijeismart)

## Acknowledgments

This project uses [yarn](https://classic.yarnpkg.com). If you do not have yarn, checkout installation steps [here](https://classic.yarnpkg.com/en/docs/install).

```
yarn install
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

Once that is completed, you should be able to run the project:

```
yarn start
```

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).