i want to grow
i just read all the codes and figure it out how noob i am please if there is document on code , let me read it the fact that i dont even understand the purpose of many sections , shows me how dumb i am i will take any advise and will be happy to do anything to make myself a better programmer ( after comparing this code to my own code i cant even call myself a programmer )
Don't worry every one starts somewhere. As of this code the main ingredient parts to know about are:
- react
- react-three-fiber (which is build on top of three.js but makes it way easier)
- and next.js
You should also know the basics around javascript package management with npm (or similar tools like yarn or pnpm). It's a long journey ahead, don't stress yourself and keep building small projects. Maybe make stuff for your friends which is always rewarding and you learn a ton with the pressure of a deadline ;)
Anyway, usually github issues should be used for focused questions or "issues" around the project. Join a discord community or a forum to ask questions like these.