An open API service indexing awesome lists of open source software.

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.

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

![screenshot](./screenshot.png)

#### 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)