Skip to content

🖥️ Next Steps

Congratulations on completing the GameLog guides! You’ve learned a lot about Prisma, Remix, TailwindCSS, and building web applications.

GameLog completed

Now it’s time to put extend knowledge further. Here are some ideas to get you started:

  1. Implement the ‘hero’ section of your landing page in app/routes/_index.tsx.
  2. 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?
  3. Implement error handling for failed image uploads
  4. Remove the need to upload a game image manually before submitting the form
  5. Add support for multiple images per game
  6. Design and build a ViewGame page to display a single game’s details
  7. Add support for updating and deleting images
  8. 🚀 Advanced: Add support for user accounts and authentication
  9. 🚀 Advanced: Add support for user reviews and ratings