An open API service indexing awesome lists of open source software.

https://github.com/calebephrem/mars-explorer


https://github.com/calebephrem/mars-explorer

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# ๐Ÿช Explorer Mars

**explorer-mars** is a web-based experience that lets you explore the Red Planet in 3D.

## ๐ŸŒ What It Does

- ๐Ÿงญ Navigate 3D models of Mars' surface
- ๐Ÿ“š Discover curated facts and truths about Mars' geology, atmosphere, and history
- ๐Ÿง  Learn about Mars' seasons, and potential for life
- ๐ŸŽจ Smooth, immersive UI built for desktop and mobile

You can see it live [here](https://explorer-mars.netlify.app) (if it looks broken, just hit refresh, that should solve the problem, until it is fixed)

## ๐Ÿงช Local Development

```bash
git clone https://github.com/calebephrem/explorer-mars
cd explorer-mars
npm install
npm run dev
```