This is a single-page React application with information about near-orbital objects (NEOs), organized in a list with a maximum of 6 elements. A new element is added every 5 seconds and contains aggregated data about a single day. The oldest element is removed when a new element is added if the list is full. Data starts fetching from the 1st day of the month until today's date. When it reaches today, it starts from the 1st day again. Every element contains the following data: the maximum estimated diameter of NEOs in kilometers for the day, the number of potentially hazardous NEOs per day, the closest NEO, and the fastest NEO. Elements with the 2 highest numbers of hazardous objects have a red background and are updated with each new element added. This app was created in Vite with React, TypeScript, Tailwind CSS, React Bootstrap, Lodash, and date-fns.