/ShakesToTheMoon

3D portfolio website

Primary LanguageHTML

ShakesToTheMoon

This project aims to allow budding developers get hands-on the concept of 3D-websites. It is a simple website I created during my initial days while learning Web Development. If you have basic understanding of coding, the code itself explains basic elements and how it can be edited to create a custom website.

For those who have no idea of codes, can change the image and content part in the code and deploy the website if they wish to!

GIF

Files

There mainly two main files in this project. They are: the "index.html" and the "main.js". The Rest of the site code can be browsed through the repo.

Running the Website

We need to follow certain steps in order to run it successfully. The steps are:

  • Make sure Node.js and NPM is installed on your system.
  • Run the following command in the project terminal:

Code SS

  • Run the following lines of code to install packages and run the site on Localhost.

SS