I reviewed your Full stack course project. You do not have to do anything else to receive the credits. If you like, you can use the comments in this or future projects.
Application
I logged in with test user credentials and tested different learning options. In the console are no errors visible, which is good and everything seems to run smoothly.
Design of the application is clear and mostly very intuitive to use. Only thing was that as a new user I was not sure first how to get back to main view until I noticed that the red circle with + sign actually contains more functionality. I would probably prefer to have the main navigation bar visible in all views. Training was easy and fun. This application is for sure interesting for those studying Japanese!
Code and repository
README.md is clear and informative
Instead of importing all with , I would rather prefer import only stuff you need. Some frontend files have `import as React from 'react'and you use it likeReact.useEffect. Although, I think you can use the functions just like that by doing the import likeimport React from 'react'`. And if I remember correctly this was the case in some files.
Code is well structured and naming of variables reasonable
I like that you have put comments to clarify what functions do like in here
Hi @jj-stigell!
I reviewed your Full stack course project. You do not have to do anything else to receive the credits. If you like, you can use the comments in this or future projects.
Application I logged in with test user credentials and tested different learning options. In the console are no errors visible, which is good and everything seems to run smoothly.
Design of the application is clear and mostly very intuitive to use. Only thing was that as a new user I was not sure first how to get back to main view until I noticed that the red circle with + sign actually contains more functionality. I would probably prefer to have the main navigation bar visible in all views. Training was easy and fun. This application is for sure interesting for those studying Japanese!
Code and repository
and you use it like
React.useEffect. Although, I think you can use the functions just like that by doing the import like
import React from 'react'`. And if I remember correctly this was the case in some files.Overall, well done!