Skip to content

nwbort/accc-mergers

Repository files navigation

ACCC Merger Tracker

A web application for tracking and analysing ACCC merger reviews. Provides an interface for legal advisors and the public to monitor merger progress, view statistics, and analyse trends.

Live site: mergers.fyi

Features

  • Dashboard: Overview with key statistics and visualisations
  • Merger list: Searchable and filterable list of all mergers
  • Detailed views: Comprehensive information for each merger including timeline and documents
  • Timeline: Chronological display of all events
  • Industry analysis: ANZSIC classifications and merger counts
  • Upcoming events: Consultation and determination deadlines
  • Commentary: Analysis and notes on mergers reviewed by the ACCC

Tech stack

  • React with React Router
  • Tailwind CSS
  • Chart.js for visualisations
  • Vite for builds
  • Cloudflare Pages for hosting

Quick start

cd merger-tracker/frontend
npm install
npm run dev

The dev server runs at http://localhost:5173 and serves static JSON from public/data/.

Project structure

merger-tracker/frontend/
├── public/
│   └── data/          # Static JSON data files
├── src/
│   ├── components/    # Reusable UI components
│   ├── pages/         # Route components
│   ├── data/          # Static data (public holidays)
│   └── utils/         # Helper functions (dates, etc.)
└── package.json

Data pipeline

Data is generated by Python scripts in the repository root — see DEPLOYMENT.md for details.

Licence

MIT

About

Database of mergers notified under formal notification regime in Australia

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Contributors