
Continuously track your internet speed
Speedtest Tracker is an innovative solution for users looking to monitor their internet connection speed in real-time. Designed to run a speed test every hour, it elegantly presents the results through engaging graphs, utilizing Laravel for backend functionality and React for an intuitive frontend experience. By harnessing the power of Ookla's speedtest CLI package and Chart.js for visualizations, this tool not only ensures your internet connection is performing optimally but also keeps a historical record of test results. This functionality makes it a perfect choice for power users, gamers, and anyone concerned about their internet performance.
The installation is straightforward with Docker support, making it accessible regardless of technical expertise. With various features designed for convenience and flexibility, Speedtest Tracker is a solid addition to your internet monitoring toolkit.

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.