The main project goal is to recreate and redesign a development discussion survey for EntreFox. This survey will be integrated in EntreFox's website, which will replace the old survey made with webropol. The necessary features include a survey with EntreFox's theme as well as more detailed summary at the end of the survey. The objective was to make this project as reusable as possible since it will be used for more than one survey on EntreFox's website.
- React 17.0.2
- Material UI 4.11.4
To clone the project: git clone https://github.com/didzis1/entrefox-form.git
Install necessary dependencies with: npm install
To run the project in development mode: npm start
Generate the build version of the project: npm run build