elidrissidev / base-apparel-coming-soon

This is a solution to the Base apparel coming soon page challenge on Frontend Mentor.

Home Page:https://base-apparel-coming-soon-elidrissidev.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

How to build

This project uses Parcel bundler, so building only takes a few steps!

  • Clone the repository:
$ git clone https://github.com/elidrissidev/base-apparel-coming-soon.git
  • Install the dependencies with NPM:
$ npm install
  • Start the development server:
$ npm run start
  • Or, build the website for production:
$ npm run build

Screenshot

Mobile (375px) Desktop (1440px)
Mobile Desktop

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • Parcel

Useful resources

  • Animate Blend Mode with opacity and transition - This helped me fix the on-hover background transition of the form submit button, I was able to achieve that by using background-blend-mode and animating the background-color from transparent to a transparent white on hover.

Author

License

This project is licensed under the MIT Licensed.

About

This is a solution to the Base apparel coming soon page challenge on Frontend Mentor.

https://base-apparel-coming-soon-elidrissidev.vercel.app/

License:MIT License


Languages

Language:CSS 72.3%Language:HTML 20.3%Language:JavaScript 7.4%