Localsurvey allows users to quickly and effortlessly provide a survey system on any computer with a web browser, even without an active internet connection. Create your own surveys with an easy-to-use visual builder and serve it as many times as needed on the local machine. After you're done, export the data in common data formats to seamlessly process survey results.
This project was created by:
We recommend using Docker with docker-compose to run the application. Alternatively, read the section at the bottom of the page to run without Docker.
Start by building the Docker image: docker-compose build
.
Point your browser to localhost:3000
.
We run Enzyme tests with Jest.
To deploy the code to a static website under ./build/docker
.
You can run the app without docker, simply npm i
then npm start
.