Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.7 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.7 KB

TD Three.js Journey

Welcome to my experience throughout the Three.js Journey course! This repository is a collection of lessons, experiments, and projects developed while learning and exploring the capabilities of Three.js, a powerful JavaScript library for creating 3D graphics on the web!

Table of Contents

Introduction

This repository contains various projects and experiments created during my journey within the Three.js Journey course and beyond. The goal is to document my learning process, share useful code snippets along the way, and provide a resource for others who are also interested in mastering Three.js. Moreover, this acts as a reference point for any future projects I may want to endure using Three.js or JS in general.

Certificate

To be added.

Showcase

Usage

Make sure you have Node.js and npm installed on your machine. You can download it from Node.js official website.

  1. Clone any lesson/project folder from the repository:

    git clone https://github.com/tanujdargan/td-threejs-journey.git
    cd td-threejs-journey
  2. Install the dependencies:

    npm install

Links

To be added.