Giter Club home page Giter Club logo

surveyjs-node.js's Introduction

SurveyJS React & Node.js Express Application

This project is a comprehensive survey application built using SurveyJS with a React frontend and an Express backend in Node.js. It's designed to create, display, and manage surveys with a rich set of features including a survey creator interface, export functionalities, and comprehensive results visualization.

Features

  • Survey Display & Interaction: Users can participate in surveys with a dynamic and user-friendly interface.
  • Creator Interface: Allows for the creation and customization of surveys through a drag-and-drop interface.
  • Export to PDF: Surveys can be exported to PDF format, facilitating easy sharing and printing.
  • Results Visualization: Display survey results in various formats including plots and tables for easy interpretation.
  • Export Results: Results can be exported to CSV, PDF, and other formats for analysis and reporting.

Getting Started

To get this application running on your local machine, follow these steps:

Prerequisites

  • Node.js (Download and install from nodejs.org)
  • npm (Comes installed with Node.js)

Installation

  1. Clone the Repository

    git clone https://github.com/thibaudbrg/SurveyJS-Node.js.git
    cd SurveyJS
  2. Install Backend Dependencies

    Navigate to the backend directory and install the necessary packages.

    cd backend
    npm install
  3. Start the Backend Server

    Still in the backend directory, start the server.

    npm start

    The server will typically run on port 5001, but you can configure this in the server settings.

  4. Install Frontend Dependencies

    Open a new terminal window. Navigate to the frontend directory from the root of the project and install the necessary packages.

    cd frontend
    npm install
  5. Start the Frontend Application

    Within the frontend directory, start the React application.

    npm start

    This will launch the application in your browser. If it doesn't automatically open, you can access it by visiting http://localhost:3000.

Running Both Frontend and Backend Concurrently

For convenience, you can run both the frontend and backend concurrently using the concurrently package. This has been set up in the frontend's package.json file under the script dev.

cd frontend
npm run dev

Usage

Creating Surveys: Access the creator interface through the application’s main menu to start building your surveys. Participating in Surveys: Users can access active surveys from the homepage and submit their responses. Viewing Results: Analyze the survey results through the results page, where data can be visualized or exported. Contributing Contributions to this project are welcome. Please fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

surveyjs-node.js's People

Contributors

thibaudbrg avatar

Watchers

De Jonckheere Stéphane avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.