Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextselegidis/questionful
Creating web forms has never been easier.
https://github.com/alextselegidis/questionful
api create-react-app forms react self-hosted surveys webapp
Last synced: 21 days ago
JSON representation
Creating web forms has never been easier.
- Host: GitHub
- URL: https://github.com/alextselegidis/questionful
- Owner: alextselegidis
- License: gpl-3.0
- Created: 2018-03-18T12:51:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T18:16:51.000Z (over 1 year ago)
- Last Synced: 2024-10-02T08:13:00.599Z (about 1 month ago)
- Topics: api, create-react-app, forms, react, self-hosted, surveys, webapp
- Language: JavaScript
- Homepage: https://questionful.org
- Size: 1.17 MB
- Stars: 31
- Watchers: 7
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Questionful
Questionnaires Made Simple
About •
Setup •
Build •
License## About
Questionful makes creating online questionnaires a breeze.
## Setup
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/)
(which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:```bash
# Clone this repository
$ git clone https://github.com/alextselegidis/questionful.git# Go into the repository
$ cd questionful# Install dependencies
$ npm install# Run the app
$ npm start
```Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## Build
To build your online questionnaire you have to add your questions to the
`src/Questionful.json` file and run the `npm run build` command.Your questionnaire files will become available in the `build` directory,
serve them online! 😊## License
Code Licensed Under [GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) | Content Under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
---
Website [alextselegidis.com](https://alextselegidis.com) ·
GitHub [alextselegidis](https://github.com/alextselegidis) ·
Twitter [@alextselegidis](https://twitter.com/AlexTselegidis)###### More Projects On Github
###### ⇾ [Easy!Appointments · Open Source Appointment Scheduler](https://github.com/alextselegidis/easyappointments)
###### ⇾ [Plainpad · Self Hosted Note Taking App](https://github.com/alextselegidis/plainpad)
###### ⇾ [Integravy · Service Orchestration At Your Fingertips](https://github.com/alextselegidis/integravy)