https://github.com/fetchforms/react-example-app
Two examples of how you can use Fetch Forms in React.
https://github.com/fetchforms/react-example-app
Last synced: about 1 year ago
JSON representation
Two examples of how you can use Fetch Forms in React.
- Host: GitHub
- URL: https://github.com/fetchforms/react-example-app
- Owner: fetchforms
- License: mit
- Created: 2022-02-16T16:28:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T17:14:05.000Z (over 4 years ago)
- Last Synced: 2025-02-13T23:18:27.147Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/fetch-forms-react-example-it1tmj
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### What is Fetch Forms?
Fetch Forms is a headless forms solution and form builder designed to help developers build forms and connect data.
### Prerequisites
1. [Sign up for a free account](https://www.fetchforms.io/create-account)
2. [Configure a form](https://www.fetchforms.io/docs/configuring-a-form)
### Installation
1. Clone the repo
```sh
git clone https://github.com/fetchforms/react-example-app.git
```
2. Install NPM packages
```sh
yarn
```
3. Add the dotenv file named `.env.local` with these params
```sh
REACT_APP_FF_FORM_ID=FORM_ID
```
4. Start the app
```sh
yarn start
```
### Questions?
Fetch Form Twitter - [@fetchforms](https://twitter.com/fetchforms)
Website contact form - [Contact Us](https://www.fetchforms.io/contact-us)
Support Email - support@fetchforms.io