Next.js Discord

Discord Forum

Nextjs

Unanswered
Polish posted this in #help-forum
Open in Discord
PolishOP
I would like to practice with Nextjs to go and I dealt with routeing, and wanted to ask if my idea is so ok. My goal is to build a website where you can register/login. So auth after the user has logged in, he should have access to individual task modules (the mathematics of electrical engineering) and this should become an interactive website such as gaps tasks such as 4+? =11 and in the place of the ? Should be an input field. In addition, I would like to offer each user a personal statistic where different stats such as time or accuracy = correctly solved tasks: total number of tasks queried. I have to give me even more busy but first the basics of nextjs. So now to my main problem is it wise to build a folder structure that looks like app/(dashboard)/tasks/[category]? And here the individual task types come in, such as the electrical voltage in the DC grid or electricity... is my idea so ok? And I’m a beginner programmer, I still don’t understand many things. Thank you if someone bothers😍

0 Replies