Skip to content

9sneha-n/questionnaire-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

questionnaire-ui

This is the front for the questionnaire-ui react app

Prerequisites

Run the questionnaire-server on the same system running this react app, to be able to fetch the questions and results from the backend
Follow the instructions at : https://github.com/9sneha-n/questionnaire-server

How to run locally

git clone [email protected]:9sneha-n/questionnaire-ui.git
cd questionnaire-ui

npm install : Install dependent packages

npm start : Run the react app

npm test : Run unit tests