All Projects → python-discord → forms-frontend

python-discord / forms-frontend

Licence: MIT license
Frontend for Python Discord forms.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to forms-frontend

Vue Flow Form
Create conversational conditional-logic forms with Vue.js.
Stars: ✭ 315 (+1650%)
Mutual labels:  forms, survey
Survey Library
JavaScript Survey and Form Library
Stars: ✭ 3,060 (+16900%)
Mutual labels:  forms, survey
Surveykit
Android library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 288 (+1500%)
Mutual labels:  forms, survey
Ohmyform
✏️ Free open source alternative to TypeForm, TellForm, or Google Forms ⛺
Stars: ✭ 1,065 (+5816.67%)
Mutual labels:  forms, survey
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (+333.33%)
Mutual labels:  forms, survey
survey kit
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 68 (+277.78%)
Mutual labels:  forms, survey
Quick Survey
A tool for quick surveys, try it out. (No longer maintained).
Stars: ✭ 109 (+505.56%)
Mutual labels:  forms, survey
Forms
📝 Simple form & survey app for Nextcloud
Stars: ✭ 127 (+605.56%)
Mutual labels:  forms, survey
hookahjs
Add empty/dirty/touched CSS hooks to input and textarea elements automatically (1056 bytes)
Stars: ✭ 21 (+16.67%)
Mutual labels:  forms
vue-use-form
✅ A Vue.js composition API function to validate forms
Stars: ✭ 97 (+438.89%)
Mutual labels:  forms
forms-typed
Want types in your forms? Want to have nested forms? This is the place to be...
Stars: ✭ 79 (+338.89%)
Mutual labels:  forms
dokuwiki-plugin-bureaucracy
Create forms and generate pages or emails from them
Stars: ✭ 43 (+138.89%)
Mutual labels:  forms
live-form-validation
⛔ Nice client-side live form validation for Nette Forms.
Stars: ✭ 55 (+205.56%)
Mutual labels:  forms
Fields
Good, solid base to build custom forms in iOS apps, using self-sizing compositional layout.
Stars: ✭ 80 (+344.44%)
Mutual labels:  forms
WootricSDK-Android
Android SDK for Wootric Survey Platform supporting NPS, CSAT and CES surveys
Stars: ✭ 15 (-16.67%)
Mutual labels:  survey
municipios-br
Dados em formato aberto sobre municípios e unidades federativas do Brasil.
Stars: ✭ 58 (+222.22%)
Mutual labels:  forms
reCAPTCHA
‼️ Google reCAPTCHA (security) for Nette Framework \ Forms
Stars: ✭ 35 (+94.44%)
Mutual labels:  forms
react-hubspot
A collection of React hooks for interacting with Hubspot APIs
Stars: ✭ 20 (+11.11%)
Mutual labels:  forms
react-final-form-listeners
A collection of components to listen to 🏁 React Final Form fields
Stars: ✭ 91 (+405.56%)
Mutual labels:  forms
i7n-pdfhtml
pdfHTML is an iText 7 add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 111 (+516.67%)
Mutual labels:  forms

Python Discord Forms Frontend

The frontend component of the Python Discord Forms project. Backend available at: python-discord/forms-backend.

Our frontend is written in React.js and TypeScript. It's a fairly simple application to get your head around, with the whole thing broken down into smallish TypeScript components.

Setup & Troubleshooting

The project uses yarn for dependency and script management, and webpack for building and development.

A full setup guide is available on Notion, along with a troubleshooting guide.

React & Dependency Info

Project Info

This project was bootstrapped with 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 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 test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn lint

Runs eslint on the src directory of the project.
Code style can be found under .eslintrc.json.

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!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].