A React-based application that fetches and displays NASA's Astronomy Picture of the Day (APOD) using the NASA APOD API.
- Fetches NASA's Astronomy Picture of the Day.
- Displays the image along with its title and description.
- Supports dynamic date selection to view past APODs.
- Built using React and tailwind css features.
Check out the live version of the app here: NASA React APOD App
-
Clone the repository:
git clone https://github.com/likhithraj005/nasa-react-apod-app.git cd nasa-react-apod-app
-
Navigate to the project folder:
cd nasa-react-apod-app
-
Install dependencies:
npm install
-
Run the project:
npm run dev
-
To create a production build, run:
npm run build