AWS Logo
Menu
Kids Veggies Fruits Game

Kids Veggies Fruits Game

Let's learn in a fun way all about fruits and vegetables

Published Jan 14, 2025
I utilized Visual Studio Code as my integrated development environment (IDE) in conjunction with the Amazon Q extension for the development of my educational game. The process commenced by instructing Amazon Q to scaffold my project within an empty workspace. This resulted in the automatic generation of the complete folder structure and requisite files, which I reviewed and accepted via the integrated chat interface.
My objective was to develop an interactive game aimed at teaching children about various fruits and vegetables using artificial intelligence. During the initial phase, I encountered several issues related to the definition and implementation of specific methods within the codebase. In response, I prompted Amazon Q to leverage modern technologies, specifically React, Next.js, and TypeScript, to enhance the project framework. After a series of iterations, Amazon Q was able to rectify the code issues, allowing the project to function correctly.
The game is now operational and can be accessed at the following links:
- Source Code: https://github.com/mirela-ioana/fruits-veggies-game
- Live Application: https://fruits-veggies-game.vercel.app/
 

Comments