Easy online form builder that works like a doc. Just add form elements as you type and start collecting data.
Read article on Hashnode »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/fredoist/typiform.git
-
Install NPM packages
npm install
-
Create a
.env.local
file and add your own variables# HarperDB HARPERDB_TOKEN=[Your HarperDB Authorization Token] HARPERDB_URL=https://example.harperdbcloud.com # Unsplash UNSPLASH_TOKEN=[Your Unsplash Access Key] UNSPLASH_API=https://api.unsplash.com # Auth0 AUTH0_SECRET=[use [openssl rand -hex 32] to generate a 32 bytes value] AUTH0_BASE_URL=https://example.com AUTH0_ISSUER_BASE_URL=https://example.us.auth0.com AUTH0_CLIENT_ID=[Your Auth0 Client ID] AUTH0_CLIENT_SECRET=[Your Auth0 Client Secret]
-
On harperdb you must create a schema named
typiform
and create the following tablesforms
to store form dataresponses
to store form response data
-
Run your local dev server by running
npm run dev
For more, please refer to the Hashnode Article
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Freddy González - @fredoist
Project Link: https://github.com/fredoist/typiform