/universal-search

Test angular deployment

Primary LanguageTypeScript

Universal Search for NASA Media 🚀

Welcome to Universal Search, an Angular-powered web application designed to search and explore NASA's vast archive of media content. Dive into the mysteries of the universe and explore stunning visuals from space missions, historical events, and more.

Live Version

🌌 Features:

  • 🔍 Search across NASA's entire media archive.
  • 🎚 Filter and sort results to find exactly what you're looking for.
  • 🖥 Sleek and responsive Angular interface.

🛠 Technology Stack:

  • Angular: The main framework behind the web application.
  • NASA API: Fetching data directly from NASA's Media API, ensuring accuracy and up-to-date content.

🚀 Getting Started:

Prerequisites:

  1. Make sure you have Node.js and npm installed.

Installation:

  1. Clone the repository:
    git clone https://github.com/mwideburg/universal-search.git
  2. Install
    npm install
  3. Run the application
    npm start

The application should now be running on http://localhost:4200/ (or your specified port).