Skip to content

BugReportOnWeb/stellar-visions

Repository files navigation

StellarVisions

StellarVisions (part of the project for my Front End Engineering (FEE) course) is a webapp that allows you to explore the beauty of the cosmos through NASA's Astronomy Picture of the Day (APoD).

UI Interface

Home page Details page

Getting Started

These instructions will help you set up a local development copy of StellarVisions for testing and development purposes.

Prerequisites

To run StellarVisions locally, you need to have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/BugReportOnWeb/stellar-visions.git
  1. Navigate to the project directory:
cd stellar-visions
  1. Install the project dependencies:
npm install
  1. Create a .env file and add you NASA API key in it:
VITE_API_KEY=<YOUR-API-KEY>
  1. Start the development server:
npm run dev

Open your browser and visit http://localhost:5173 to view StellarVisions locally.

About

Webapp for NASA's Astronomy Picture of the Day (APoD)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published