Skip to content

john-k-phillips/fm-ping-coming-soon-page

Repository files navigation

Ping Coming Soon Page

This is a solution to the

Ping single column coming soon page challenge on Frontend Mentor.

Frontend Mentor challenges help you improve your coding skills by building realistic projects.

github live-link

Overview

Your challenge is to build out this Coming Soon page and get it looking as close to the design as possible.

Your 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 email address is not formatted correctly

Satisfaction

The Good

  • Practiced with TailwindCSS.
  • Manged to debug the build process of vite using netlify.

The Bad

  • The project files are messy, classes are all over the place!
  • The website is not accurate to the design.
  • No error handling, I wanted to avoid using CSS, rather use tailwindcss.

The Process

Tools

HTML5 CSS3 TailwindCSS Vite

What I Learnt

This project I spent the time to learn how to add TailwindCSS with postcss. I also used vite to handle then processing of the two files. I intended on learning how to implement TailwindCSS so this was a successful outcome despite the pages design.

Continued Development

This project will definitely require a revisit in the future. When I'm more comfortable with the tools I had used.