Skip to content

πŸŽ‰ This is a page of products in three dimensions, builded in React and Three.JS

License

Notifications You must be signed in to change notification settings

leoelios/shop-three

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘• ThreeShop

🏁 Test now

πŸ“ƒ 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