Frontend Assignment
Frontend Assignment
Objective
Your task is to build a 3D simulation of the solar system using Three.js, a powerful
JavaScript library for rendering 3D graphics in the browser.
This assignment will test your skills in 3D rendering, scene creation, object animation, and
user interaction using pure JavaScript — without using any CSS animations.
The scene should load quickly and work on all modern browsers.
.
● When the speed is changed, the planet’s animation should reflect it immediately.
This should be built using plain JavaScript, interacting with the Three.js animation loop.
These are not mandatory, but if you can implement them, it’ll strengthen your submission:
4. Demo Video
6.Evaluation Criteria