Responsive React web app that design to explore the wonders of space objects like the moon, mars, and the night sky. Powered by with NASA and Google APIs.
- React - The JavaScript framework
- Webpack - Module Bundler
- Babel - Transcompiler
- Tailwind - CSS framework
- NASA API - Mars surface photos & Article of the Day
- Google API - Moon, Mars, and Night Sky Maps
- Clone the repo
git clone https://github.com/arwildo/space-view
- Run npm install inside project root
npm install
- Start the server
npm run start
This project is licensed under the MIT License - see the LICENSE.md file for details