This project requires installing the necessary NPM packages locally, as they are not included in the repository.
Navigate to the project folder:
Install the required package:
npm install react-scripts --save
This ensures you can run the project locally and view it in your browser.
Once dependencies are installed, start the project with:
npm start
This will launch the application in your default browser. You may need to install the live server extension to run it locally on your browswer.
This project uses NASA's public APIs to display and organize their major accomplishments by year. Key features include:
Data Organization: Uses simple mapping and formatting techniques to structure the data.
Sorting: Easily sort achievements by year to explore NASA’s milestones.
Interactive Details: Hover over each achievement to view a short description and access more detailed information from NASA’s official page.
This tool provides a clean, interactive way to explore NASA's history and key achievements.