A generic React questionnaire web application was inspired by TypeForm.
This React project is initialized with create-umi. Follow is the quick guide for how to use.
- GroupRadio items
- Multichoice items
- Text (single/multilines)
- Jumps
Install node_modules
:
npm install
or
yarn
Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json
. It's safe to modify or add additional script:
npm start
you can access the questionnaire by identifier querying:
http://localhost:8000/:id (e.g. http://localhost:8000/ewBzTS).
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test
The logos used for in this project is for demonstration purpose. All logos are trademarks™ or registered® trademarks of their respective holders. The use of them does not imply any affiliation with or endorsement by them.