NASA Images is an application that allows users to search and view images from the NASA Image and Video Library. It serves as a demonstration of consuming external APIs and displaying rich media content.
📘 Documentation: See the NASA Image library analysis wiki for detailed analysis and requirements.
- Image Search: Search the NASA archives using keywords.
- Media Viewer: View high-quality images and specific details.
- FAQs: Application information and common questions.
- Install Dependencies:
yarn install - Serve Application:
yarn nasa-images:serve
- Serve:
yarn nasa-images:serve - Lint:
yarn nasa-images:lint - Test:
yarn nasa-images:test - E2E:
yarn nasa-images:e2e - Build:
yarn nasa-images:build