Skip to content

dapoadedire/astro-pic-of-the-day

Repository files navigation

NASA APOD App

This is a simple app that allows users to view the NASA Astronomy Picture of the Day (APOD). Users can also generate a random APOD.

Tech Stack

  • Vite React
  • fetch API

Lessons Learned

  • How to make API requests with fetch API.
  • UseEffect, UseState hooks.

Feature(s)

  • View APOD
  • Generate random APOD

Authors

@dapoadedire

Run Locally

  • Clone the project
  • Copy code
git clone https://github.com/dapoadedire/nasa-apod-app

Go to the project directory

cd nasa-apod-app

Install dependencies

npm install

Get API_KEY from api.nasa.gov and put it in a .env file foloowing the format in env.example

Start the development server

npm run dev

Open http://localhost:5173 to view the app in the browser.

Used By

This project is used by the following people:

  • Me.
  • My Comrades.

Screenshot

astro-pic-of-the-day vercel app_ eenshot

About

This is a simple app that allows users to view the NASA Astronomy Picture of the Day (APOD). Users can also generate a random APOD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published