Skip to content

This single-page React application displays information about near-orbital objects (NEOs) in a list, updating every 5 seconds with aggregated data about a single day, removing the oldest element when the list is full, and highlighting elements with the two highest numbers of hazardous objects in red.

Notifications You must be signed in to change notification settings

dzhusoleksiy/Nasa-NEOs

Repository files navigation

Nasa NEOs

image_2024-03-28_14-02-37 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.

About

This single-page React application displays information about near-orbital objects (NEOs) in a list, updating every 5 seconds with aggregated data about a single day, removing the oldest element when the list is full, and highlighting elements with the two highest numbers of hazardous objects in red.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published