🧑🏻‍🦰

Personal Assistant

PS: Please remember that we have both a #javascript-help channel and a #html-css-help channel in our Discord community. If you have a very specific issue you’re struggling with, you should consider posting it there.

CSS hint

  1. Flexbox will allow you to nicely lay out all the html elements. If you’ve never used Flexbox before, we have a free flexbox course to get you started.

Javascript hint

  1. For the “Capture mode” stretch goal, remember to use the SupabaseVectorStore method from Langchain to store the data in the database. If you’ve forgotten how to do this, refer to This scrim.
  2. Any actions that either store or retrieve data from a database are done asynchronously, so you’ll need to use these with the async and await keywords.

If you are still struggling for hours with this Solo Project after having used both of the above hints, please let the teacher Rafid Hoda know via the #general channel on Discord, and we will consider adding more hints. Important: be sure to include a link to you scrim, so that he can understand what you are struggling with.