🏹 Bifrost is a web application to locate and learn about different countries in the world. It provides an interactive way to locate countries.
- HTML5 and Bootstrap is used to make responsive layout.
- 3D model is generated using ThreeJs library. You can also checkout out the model here.
- Country API is created to fetch countries data.
- Application is responsive in nature
- Country data is fetched from country API
World
folder contains 3D globe modelutilities
folder contains javascript codes of major features
- Globe model is created using
threejs
library - Model is standalone and restricted from application code except driver files -
utilities/model.js
andutilities/formHandler.js
- Globe is interactive with
zoom in
andzoom out
features. Scene can also be rotated
Star the repository. 🌟
Also, Follow me on GitHub for my next creations! 😎
Designed and developed by 2023 (Kalash Sharma)
Licensed under the MIT License, (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://opensource.org/licenses/MIT
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.