https://github.com/skyv26/intro-component-signup
A frontend mentor challenge | Newbie Level Task
https://github.com/skyv26/intro-component-signup
Last synced: about 2 months ago
JSON representation
A frontend mentor challenge | Newbie Level Task
- Host: GitHub
- URL: https://github.com/skyv26/intro-component-signup
- Owner: skyv26
- Created: 2021-12-01T13:00:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T15:26:44.000Z (over 3 years ago)
- Last Synced: 2025-01-19T05:14:49.195Z (3 months ago)
- Language: CSS
- Size: 415 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [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: `[email protected]`). The message for this error should say *"Looks like this is not an email"*### Screenshot

### Links
- Solution URL: [Github Repo.](https://github.com/skyv26/intro-component-signup)
- Live Site URL: [Netlify](https://mysignup.netlify.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [Styled Components](https://styled-components.com/) - For styles### What I learned
I learnt React Hooks with great learning experience while making this project and also I did work a lot on CSS too..
### Continued development
ReactJS, Redux, Backend Development using Python Django
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!## Author
- LinkedIn - [Aakash Verma](https://www.linkedin.com/in/devaakash/)
- Frontend Mentor - [@skyv26](https://www.frontendmentor.io/profile/skyv26)
- Twitter - [@vrma_aakash](https://www.twitter.com/vrma_aakash)