Welcome to the Solar System Explorer project! This application showcases interactive solar system features using Three.js and provides a rich user experience with background music and dynamic visuals.
- 
Navbar:
- Facts: Displays random solar system facts.
 - All Planets: Navigates to specific pages for each planet with detailed information.
 - Search Bar: Allows searching for specific planets or facts.
 
 - 
Main Display:
- Solar System Background: A visually engaging solar system background.
 - Three.js Rotating Planet: A 3D rotating planet that you can manipulate with your cursor.
 - Background Music: Music plays while you interact with the rotating planet.
 
 
- Node.js: Ensure you have Node.js version 18 or higher installed. You can download it from nodejs.org.
 
- 
Clone the Repository
git clone https://github.com/JoshT1984/Solar-System-Explorer.git
 - 
Install Dependencies
npm install
 
- 
Start the Development Server
- Launch the Vite development server using:
npx vite
 
 - Launch the Vite development server using:
 - 
Access the Application
-Open your browser and go to the local server address (typically http://localhost:3000) to view the application.
 
- 
Navbar
- Click on "Facts" to view random solar system facts.
 - Click on "Planet Name" to browse individual pages for each planet.
 
 - 
Rotating Planet
- Interact with the rotating planet using your cursor.
 - Enjoy the background music as you explore the rotating planet.
 
 
