Skip to content

codexshell/base-apparel-coming-soon-page

Repository files navigation

Frontend Mentor - Base Apparel coming soon page solution

This is a solution to the Base Apparel coming soon page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

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
  • Receive an error message when the form is submitted if:
    • The input field is empty
    • The email address is not formatted correctly

Screenshot

desktop screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • SvelteKit - Svelte framework
  • tailwindcss - CSS framework

What I learned

  • Input elements do not support pseudoelements
  • Pseudoelements can only be defined on container elements. Input elements cannot contain other elements hence they do not support pseudo-elements
  • Input validation using JavaScript (client-side form validation)

Continued development

Conventional Commits

Useful resources

Author