Individual Client Pages?

I run an educational website and am trying to figure out a way for each client to have an individual private page.

When the client logs in, I want them to be able to see things like the feedback for each of their lessons and link to their unique dropbox folder etc etc.

Is this possible?

Profile-Page?
On my opinion, all you have to do is to create a DATABASE for it and then write a code which allowes just the logged in user to use this DATABASE.

Perhaps it is also already done with the help of an dynamic page.

That would be my solution.

See the Members Area example. You can use that to get started, and then add functionality.

This was also my thought but I’m quite new to the whole dynamic page and database collection thing, so that’s why I’m looking for some advice as to how to do it “easily”.

I mostly get it but I’m just not sure how to only allow a specific user to be able to access a specific set of data.

I’ll definitely check it out, although the whole coding aspect seems a little beyond my skill at the moment. I hope there’s an “easier” way of doing it.

See Creating Custom Member Profile Pages . This is without code. You’ll be a little limited, but it will get you started. You can do a lot by Connecting Data and using Dynamic Pages .

I mostly get it but I’m just not sure how to only allow a specific user to be able to access a specific set of data.

If it is for a currently logged in member and you filter the dataset by that user, then it will only show the users data from it.
https://support.wix.com/en/article/filtering-database-content-displayed-on-your-page

This is already mentioned in the linked example that Yisrael had already given in his reply previously.