Answer the question
In order to leave comments, you need to log in
How to understand the logic of this application?
Good afternoon,
Uchu Angular, made a couple of simple applications, and realized that it was time to move on. While playing payday, I was spreading skills on this site pd2skills.com , and wondered how it was built? After digging into the code, I realized that this is all on the same Angular and realized that I should make an analogue for any other game where there are skills.
Accordingly, I would like to ask you for help with where to start /
Take 3 tabs, let's say (3 branches of skills), and each tab has its own skills, and each tab, let's say 25 pieces. How to make them dependent on each other, so that when you click on one, another opens.
Where to store information about skills? What else could you recommend for this idea?
Thanks
Answer the question
In order to leave comments, you need to log in
Well, here is the access to the collected points. So make a similar structure.
For example:
{
"mastermind": [
{"title":"Cable Guy", "points": 1},
{"title":"Control Freak", "points": 5},
{"title":"Spotter", "points": 10},
...
]
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question