This is a solution to the Ping coming soon page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Live Site URL: https://coming-soon-ui.vercel.app/
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
inputfield - Receive an error message when the
formis submitted if:- The
inputfield 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"
- The
- React
- React Hooks (useState, useEffect)
- React Hook Form
- React Toastify
- Vite
- Tailwind CSS
- Semantic HTML5 markup
- Flex Layout
- SASS - Sass modules
- Tailwind CSS: Responsive Design
- React Hook Form: UseForm
- React Toastify: ToastContainer
- React documentation
- A11Y 101: Ensure landmarks are unique
- Frontend Mentor - @pijeismart
This project uses yarn. If you do not have yarn, checkout installation steps here.
yarn install
Runs the app in the development mode.
Open 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
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
