Skip to content

Arpit-Works/nasa-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

NASA App

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.

Table of Contents

Features

  • Display the Astronomy Picture of the Day (APOD).
  • Interactive interface with a modern design.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ArpitVK/nasa-app.git
    cd nasa-app
    
  2. Install the dependencies

    npm install
    
  3. 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
    
  4. Start the development server:

    npm start
    
  5. Open your browser and navigate to http://localhost:5173.

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors