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

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

Awesome Lists containing this project

README

        

# Frontend Mentor - Intro component with sign up form

![Preview](./preview.jpg)

✨ Live Demo


last commit badge
Netlify Status

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