Overview
Starlink: React JS based Starlink Trajectory Visualization
My work at a glance
- Setup the Repo by leveraging the React official CLI tool, and use NPM to manage project dependencies.
- Design the layout, component interface and data flow before the implementation.
- Built forms to collect user observation geo information using Ant Design component library.
- Fetch nearby satellites information and position prediction data through the N2YO API(s).
- Animated selected satellite paths on a world map using React-Simple-Map to improve the user friendness.
- Deployed the dashboard to AWS for demonstration.
Starlink app interface