An interactive Bloom filter demonstration tool, developed with React and deployed on GitHub Pages.
To run the app locally, clone the project, install the dependencies, then start the development server:
git clone https://github.com/harrisontcodes/bloom-filters.git
cd bloom-filters
npm install
npm run dev
# Access the development server on http://localhost:5173