https://github.com/ann-dev/fem-intro-signup
Signup form component, built with create-react-app and React Hook Form
https://github.com/ann-dev/fem-intro-signup
challenge create-react-app frontend-mentor react react-hook-form
Last synced: about 2 months ago
JSON representation
Signup form component, built with create-react-app and React Hook Form
- Host: GitHub
- URL: https://github.com/ann-dev/fem-intro-signup
- Owner: ann-dev
- Created: 2020-08-28T16:25:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T10:42:44.000Z (about 4 years ago)
- Last Synced: 2025-01-14T22:47:33.561Z (4 months ago)
- Topics: challenge, create-react-app, frontend-mentor, react, react-hook-form
- Language: JavaScript
- Homepage: https://fem-intro-signup.netlify.app/
- Size: 1 MB
- Stars: 1
- 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

✨ Live Demo
![]()
![]()
Responsive page design challenge: form signup component.
My solution for one of challenges for
frontendmentor.io### Install
```sh
yarn install
```### Usage
To run the app use:
```sh
yarn run start
```To compile React for production build:
```sh
yarn run build
```### Credits
Designed by [Frontend Mentor Team](https://www.frontendmentor.io/). Code written by [ann-dev](https://github.com/ann-dev).