π₯οΈ Next Steps
Whatβs next?
Section titled βWhatβs next?βCongratulations on completing the GameLog guides! Youβve learned a lot about Prisma, Remix, TailwindCSS, and building web applications.
Now itβs time to put extend knowledge further. Here are some ideas to get you started:
Next Steps
Section titled βNext Stepsβ- Implement the βheroβ section of your landing page in
app/routes/_index.tsx
. You could use a custom component, or a component from a UI library such as Shadcn/ui - Add validation to the
AddGame
form fields. For example, you could check that the game title is not empty, or that the price is a positive number. What other validation checks could you add? - Implement error handling for failed image uploads
- Create a separate page for editing existing games
- Remove the need to upload a game image manually before submitting the form
- Add support for multiple images per game
- Design and build a
ViewGame
page to display a single gameβs details - Add support for deleting games
- Add support for updating and deleting images
- π Advanced: Add support for user accounts and authentication
- π Advanced: Add support for user reviews and ratings