Frontend Mentor Challenge
View Demo
·
Report Bug
·
Request Feature
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.
Users should be able to:
input
fieldform
is submitted if:input
field is empty. The message for this error should say "Whoops! It looks like you forgot to add your email"[email protected]
). The message for this error should say "Please provide a valid email address"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.