An interactive web application designed to visualize and provide information about the planets in our solar system. This project utilizes modern web technologies to deliver a smooth and responsive user experience.
- Planet Visualization: Clear and engaging representation of celestial bodies.
- Responsive Design: Adapts seamlessly to different screen sizes (Desktop, Tablet, Mobile).
- Fast Performance: Powered by Vite for rapid loading and smooth interactions.
- Modern UI: Built with a component-driven architecture using React.
- Framework: React
- Build Tool: Vite
- Language: JavaScript (ES6+)
- Styling: CSS / Modern Styling
- Deployment: Vercel
Planets/
├── public/ # Static assets (Images, Icons)
├── src/ # Source code (Components, Pages, Logic)
├── index.html # Entry point
├── vite.config.js # Vite configuration
└── package.json # Project dependencies
📋 Prerequisites
Before you start, ensure you have the following installed:
Node.js (v16 or higher)
npm
📦 Installation & Run
Follow these steps to set up the project locally:
Clone the repository
Bash
git clone [https://github.com/Mayawaaan/Planets.git](https://github.com/Mayawaaan/Planets.git)
cd Planets
Install dependencies
Bash
npm install
Start the development server
Bash
npm run dev
View in Browser Open the local URL provided in your terminal (usually http://localhost:5173) to view the application.
🌐 Live Demo
Check out the live version deployed here: https://planets-bice.vercel.app
🤝 Contributing
Contributions are welcome! If you'd like to improve the visuals or add more planetary data:
Fork the repository.
Create a feature branch (git checkout -b feature/AmazingFeature).
Commit your changes.
Push to the branch.
Open a Pull Request.
📧 Contact
Mayawaaan - GitHub Profile
Project Link: https://github.com/Mayawaaan/Planets