Where can i see my FCC database?

I wanted to see the result of my past completed assignments but I do not know where to access the FCC database ?

@MSeutin you mean the code solution you submitted to pass the challenges?

Hello there,

One way is in your settings: https://freecodecamp.org/settings


Another is to use Dev Tools > Network Tab > get-session-user
This request contains majority of your user data. It is requested on most page loads.

Hope this helps

1 Like