This project is a NASA-themed application built using ReactJS. The app fetches and displays data from NASA's public APIs, providing users with interesting and educational information about space, astronomy, and related topics.
- Display the Astronomy Picture of the Day (APOD).
- Interactive interface with a modern design.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ArpitVK/nasa-app.git cd nasa-app -
Install the dependencies
npm install
-
Obtain an API key from NASA by signing up at NASA API. Create a .env file in the root of the project and add your API key:
REACT_APP_NASA_API_KEY=your_api_key_here
-
Start the development server:
npm start
-
Open your browser and navigate to http://localhost:5173.