Browserating is a Next.js web application that provides performance rankings and comparisons for macOS, Windows and Android browsers. It uses data from Speedometer 3 benchmarks to give users a comprehensive view of browser performance.
Clone the repository:
git clone https://github.com/yourusername/browsrater.git
cd browsrater
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the application.
Browser data is stored in public/data/
. To update browser information:
android.json
, macos.json
, or windows.json
in a text editorThe application will automatically reflect the changes on the next load.
Contributions are welcome! Please feel free to submit a Pull Request.