You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emotional Video Research From SSNL at Stanford University
Project Description
This website is designed specifically for psychology study. It contains experiment, in which it will ask participants to rate the emotion expressed by the people the participants see in their videos. The rating is recording by a continuous slider that will appear below the video. After the experiment is finished, some extra questions will be shown to help researchers better understand the participants. This website is developed using React in Javascript. It can be bundled and deployed on any server. Please refer to the demo pdf for a demo layout. Any questions regarding the code, please contact wuzhengx 'at' stanford 'dot' edu.
Step 8: Once success, the browser will automatically open a tab with url: localhost:3000
Develope Guide
Taking React Tutorial
reactjs.org/tutorial/tutorial.html
Highly modularized
All the componenets are currently living inside <App.js>. You can separate out components into different sub-files if necessary. After you separate the file, please make sure you import them correctly into <App.js>.
Front-end Server
React comes with fully-fledged nodejs server. As you run the website using npm start, it will run the server automatically.
Routing is missing here
This project specifically does not require routing. Everything will be on a single page. No going back here.