Skip to content

halilxibrahim/space-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Explorer

License Vite React

Introduction

Space Explorer is an open-source web application built with React and Vite, designed to provide users with seamless access to Mars rover photographs taken on specified dates. Additionally, it offers comprehensive information on approaching asteroids, including their size, approach date, and risk level. This tool is invaluable for astronomy researchers and enthusiasts who seek timely and accurate data on extraterrestrial exploration and potential celestial threats.

Features

  • Mars Rover Photos: Access photos captured by all Mars rovers on any selected date.
  • Asteroid Information: View details about upcoming asteroids, including size, approach date, and risk assessment.
  • Real-Time Data: Leverage NASA's APIs to fetch the latest information.
  • Hot Module Replacement (HMR): Experience instant feedback during development with Vite's HMR.
  • ESLint Integration: Maintain code quality and consistency with predefined ESLint rules.

Tech Stack

Environment Setup

Create a .env file in the root directory of the project and add the following environment variables:

VITE_API_URL=https://api.nasa.gov/
VITE_NASA_API_KEY=YOUR_API_KEY

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Space Explorer welcomes contributions from everyone. Whether you're fixing a bug, improving documentation, or suggesting new features, your input is highly valued.

How to Contribute

  1. Fork the Project
  2. Create a Feature Branch
    git checkout -b feature/YourFeature
  3. Commit Your Changes
    git commit -m "Add some feature"
  4. Push to the Branch
    git push origin feature/YourFeature
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Space Explorer as an open-source web application designed for professional astronomers and space researchers. It provides seamless access to Mars rover photographs and detailed information on approaching asteroids, leveraging NASA’s open APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors