Metacritic Score Finder
Find the Metacritic score for your favourite video game. It's a simple video game searcher to see its Metacritic score, and quickly go to its game page on Metacritic.
Technologies Used
This a React project without using any framework (just Vite with SWC), React state for handling the search form, TypeScript, TailwindCSS and Papaparse for handling CSV data from a Metacritic dataset.
This project is deployed on GitHub Pages.
- Search functionality
- Metacritic scores
- Links to Metacritic
- CSV data handling
Challenges
I had to find the right dataset for this project. I wanted to create a simple React app, but offering something useful. Then I had to figure out how to integrate the obtained dataset into the project. So after try some different solutions without success, I found the Papaparse library.
Finally I decided to reverse engineer the Metacritic website to get the links to each game.