globle-like
is an interactive web-based globe visualization project inspired by globle. It allows users to explore a 3D globe with interactive features and data visualization. The project uses the powerful Globe.GL library to render the globe and provide interactive capabilities.
- Interactive 3D globe visualization
- Country highlighting on hover
- Clickable countries to display additional information
- Zoom and rotate controls
- Customizable data layers and visualizations
Live Demo (Link to your live demo if available)
-
Clone the repository:
git clone https://github.com/imistrz21/globle-like.git cd globle-like
-
Install dependencies:
npm install
-
Run the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000
to see the application in action.
To customize the globe or add new features, you can modify the source files in the src
directory. The main configuration and setup files are:
src/index.js
: Entry point for the application.src/App.js
: Main React component that sets up the Globe.src/config.js
: Configuration file for customizing globe settings and data sources.
- Globe.GL: The core library used for rendering the 3D globe.
- React: JavaScript library for building user interfaces.
- Three.js: Library for 3D graphics.
globle-like
has been discontinued. The repository remains available for anyone interested in using or modifying the code. Contributions and forks are welcome, but the original author will not be providing updates or support.
Contributions are welcome! If you have ideas for improvements or new features, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to Globe.GL for providing the tools to create this project.