kawaiier / browserating

Compare performance of macOS browsers based on Speedometer 3
https://browserating.kawaiier.dev/
20 stars 1 forks source link

Browserating

Browserating is a Next.js web application that provides performance rankings and comparisons for macOS browsers. It uses data from Speedometer 3 benchmarks (and privacytests in the future) to give users a comprehensive view of browser performance.

Features

In development

Technologies Used

Setup and Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/browsrater.git
    cd browsrater
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser to see the application.

Data Management

Browser data is stored in public/data/browsers.json. To update browser information:

  1. Open public/data/browsers.json
  2. Modify the JSON data following the existing structure
  3. Save the file

The application will automatically reflect the changes on the next load.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Acknowledgments