https://github.com/sam4web/intro-signup-form-component
This is a solution to the intro component with sign up form challenge on Frontend Mentor.
https://github.com/sam4web/intro-signup-form-component
frontendmentor-challenge tailwindcss vuejs
Last synced: about 2 months ago
JSON representation
This is a solution to the intro component with sign up form challenge on Frontend Mentor.
- Host: GitHub
- URL: https://github.com/sam4web/intro-signup-form-component
- Owner: sam4web
- Created: 2023-06-26T08:33:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T17:34:36.000Z (about 2 years ago)
- Last Synced: 2025-04-04T03:16:47.184Z (about 1 year ago)
- Topics: frontendmentor-challenge, tailwindcss, vuejs
- Language: Vue
- Homepage: https://sam4web.github.io/intro-signup-form-component/
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend Mentor - Intro component with sign up form solution
This is a solution to the [Intro component with sign up form challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/intro-component-with-signup-form-5cf91bd49edda32581d28fd1). 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)
- [Built with](#built-with)
- [Author](#author)
### 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:
- Any `input` field is empty. The message for this error should say _"[Field Name] cannot be empty"_
- The email address is not formatted correctly (i.e. a correct email address should have this structure: `name@host.tld`). The message for this error should say _"Looks like this is not an email"_
#### Screenshot

#### Links
- Solution : [Solution URL](https://www.frontendmentor.io/solutions/intro-component-with-signup-form-aIiN0gc8Kt)
- Live Site : [Live Site URL](https://sam4web.github.io/intro-signup-form-component/)
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [Vue.js](https://vuejs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
### Author
- Sijal Manandhar
- Github - [sam4web](https://github.com/sam4web/)
- Frontend Mentor - [@sam4web](https://www.frontendmentor.io/profile/sam4web)