Display Astronomy Picture of the Day (APOD) using Nasa API and React JS
Nasa API: Here
- Ensure the API key is added to the
.envfile.
To set up and run the project locally, please follow these steps:
- Run the following command in the project directory to install dependencies:
npm install - Start the development server by running:
npm run dev
This will launch the application, and it should be accessible in your browser at http://localhost:5173
