Skip to content

A React-based application that fetches and displays NASA's Astronomy Picture of the Day (APOD)

Notifications You must be signed in to change notification settings

likhithraj005/nasa-react-apod-app

Repository files navigation

NASA React APOD App

A React-based application that fetches and displays NASA's Astronomy Picture of the Day (APOD) using the NASA APOD API.

Features

  • 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.

Live Demo

Check out the live version of the app here: NASA React APOD App

Installation

  1. Clone the repository:

    git clone https://github.com/likhithraj005/nasa-react-apod-app.git
    cd nasa-react-apod-app
    
    
  2. Navigate to the project folder:

    cd nasa-react-apod-app
    
  3. Install dependencies:

    npm install
    
  4. Run the project:

    npm run dev
    

Build and Deploy

  1. To create a production build, run:

    npm run build
    
    
    

About

A React-based application that fetches and displays NASA's Astronomy Picture of the Day (APOD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published