mdwiltfong / secret-santa

https://codecademy-secret-santa-2.fly.dev/
3 stars 6 forks source link

MockUps For gift giving session #13

Open mdwiltfong opened 11 months ago

mdwiltfong commented 11 months ago

The front end can begin some asynchronous work. Since the prisma schema is about to be completed, the front end can probably start setting up the actual gift giving session.

Just for fun, I tried to ask ChatGPT to make a mockup. It's not very good, but it's a starting point 😂

image

ivavay commented 11 months ago

You can assign this to me! Unless anyone else also want to work on it together.

ivavay commented 11 months ago

Wanted to break down what are the necessary pages or components we need.

ivavay commented 11 months ago

Problems to ask tmr:

mdwiltfong commented 11 months ago

Problems to ask tmr:

  • Images not loading

Hmm, I see that. So far the only obvious answer I have is that the /client/assets directory is not being served to the browser.

Screenshot 2023-12-13 at 12 32 28 PM
ivavay commented 11 months ago

Ohhh so apparently I had to move images to the public folder!

Screenshot 2023-12-14 at 2 24 59 PM