MuellerMarvin / react-babylon-purchase-dialog

Learning ReactJS and BabylonJS through the creation of a purchase dialog with a 3D model to preview the item.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this project ?

This Project is a fake Purchase-Dialog, with a 3D model to preview an item's looks with different colors. It's purpose is entirely to learn React.JS and Babylon.jS.

How do I take a look at it myself ?

You should have node (npm) installed. Clone the project to your PC and execute npm install inside it, if you encounter problems with that make sure all dependencies are updated with npm ci.

After everything has been set-up, you are already ready to view the project for yourself and edit it! Run npm start to start the development server and enjoy!

In case it doesn't happen automatically, open http://localhost:3000 to view the webapp in the browser.

This project was bootstrapped with Create React App.

About

Learning ReactJS and BabylonJS through the creation of a purchase dialog with a 3D model to preview the item.


Languages

Language:JavaScript 61.3%Language:TypeScript 13.6%Language:CSS 13.5%Language:HTML 11.6%