This web application demonstrates the Stroop effect, a psychological phenomenon where it is harder to say the color of a word if it spells out a different color. The application presents users with words written in colored ink, and the task is to select the color of the ink, not the word itself.
- Simple and intuitive interface
- Randomly generated word-color combinations to ensure variety
- Timer to track how quickly users can complete the task
- Score tracking to measure performance over multiple attempts
- Open the web application in a modern web browser.
- Click the "Start" button to begin the Stroop effect demonstration.
- For each word presented, select the color of the ink used to write the word, not the word itself.
- Repeat until the timer runs out.
- View your score and time taken to complete the task.
- React.js library
- CSS
This application was created by me hh. It is inspired by the classic Stroop effect experiment in psychology.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.