https://github.com/runabol/base-apparel-coming-soon
https://github.com/runabol/base-apparel-coming-soon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/runabol/base-apparel-coming-soon
- Owner: runabol
- Created: 2023-06-19T16:24:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T19:10:09.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T12:43:22.519Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://base-apparel-coming-soon-smoky.vercel.app
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Base Apparel coming soon page solution
This is a solution to the [Base Apparel coming soon page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/base-apparel-coming-soon-page-5d46b47f8db8a7063f9331a0). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
## 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

### Links
- Live Site URL: [https://base-apparel-coming-soon-mr9zspkmm-okayrunner.vercel.app/](https://base-apparel-coming-soon-mr9zspkmm-okayrunner.vercel.app/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- [React](https://reactjs.org/) - JS library
- [Next.js](https://nextjs.org/) - React framework
- TailwindCSS
### What I learned
I'm spending too much time on layout still. I need to combine tutorials with hands-on frontend mentor.