https://fifo-simulator.vercel.app/
This project was created to demonstrate the FIFO page replacement algorithm, which is commonly used in operating systems to manage page faults by replacing the oldest page in memory.
The app provides a visual simulation of how pages are loaded into memory and replaced using FIFO, showcasing the core concepts of memory management.
Tech Stack:
- React
- TypeScript
- TailwindCSS
- Vite
- Vercel for hosting