Skip to content

leoelios/shop-three

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👕 ThreeShop

📃 Description

It's a fictional clothing store, the difference is in the way in which the products are presented for client. All clothes are presented in 3D (three dimensions). However, have a possible of you add a new models 3d in store.

👀 Mandatory Dependencies

🏃 How run this project locally

  1. In your terminal run: yarn, to install all dependencies;
  2. Run: yarn start

✏️ How add new models in system?

  1. Inside archives .gltf, textures, .bin inside a folder;
  2. Past the folder inside of directory: public/Model/Tshirt;
  3. Get the name of folder created by you;
  4. In src/data/models.js, create a new object(JSON) inside the array;
{
  name: "nameSetedInYourFolder",
  ctrPrice: 59.2,
  price: 39.22,
  nameDisplay: "Name displayed in website",
}
  1. Finish! Just open the application.

🎉 Happy coding!

About

🎉 This is a page of products in three dimensions, builded in React and Three.JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published