Galaxy Explorer is an interactive web application designed to help users learn about and explore some of the most fascinating galaxies in the universe. The app features a selection of 14 unique galaxies, providing detailed information about each one. Users can view six galaxies at a time, displayed randomly. There is a shuffle button that allows users to reload the page and see a new random set of galaxies.
- Random Display: Each session starts with five randomly selected galaxies from our curated list.
- Shuffle Functionality: Users can press the "Shuffle" button to randomly display a different set of galaxies, enhancing the exploration experience.
- HTML/CSS
- JavaScript
- React.js
To get a local copy up and running, follow these simple steps.
- Clone the repo
git clone https://github.com/realtobyfu/galaxy-explorer.git
- Navigate to the project directory
cd galaxy-explorer
- Install dependencies
npm install
- Run the project locally
npm start