Welcome to the NASA Data Explorer, your gateway to the cosmos! Discover breathtaking Astronomy Pictures of the Day (APOD) and explore rugged Martian landscapes captured by rovers.
-
Astronomy Picture of the Day: Delight in daily awe-inspiring images from NASA's universe.
-
Mars Rovers Gallery: Unearth the captivating images captured by Mars rovers, Curiosity and Perseverance.
-
Historical Space: Travel back in time by selecting your desired date to revisit iconic moments.
-
User-Friendly Interface: Navigate seamlessly through a modern and intuitive design.
-
React: Powering the frontend with a smooth and interactive experience.
-
Date-fns: Handling date manipulation with precision for our date selector.
-
NASA API: Fetching data directly from NASA's API for the freshest content.
-
Clone the Repository: Get your hands on the code by cloning this repository to your local machine.
-
Install Dependencies: Run
npm install
to install the necessary dependencies. -
Get Your NASA API Key: Visit the NASA API website to obtain your API key.
-
Create a
.env
File: In the project root, create a.env
file and add your API key: VITE_NASA_KEY=your-api-key -
Launch the App: Start the development server with
npm start
. -
Ready for Liftoff: Open your web browser and visit
http://localhost:3000
to begin your space exploration journey!