This is a simple matching game with vocabulary sets generated by chatGPT. Write now it give settings in English and Thai. Future plans include allowing the user to specify the languages to generate content for. I also want to add phrase generation with TTS suuport.
Install the requirements
$ npm install Make a copy of the example environment variables file
On Linux systems:
$ cp .env.example .env On Windows:
$ copy .env.example .env Add your API key to the newly created .env file
Run the app
$ npm run dev You should now be able to access the app at http://localhost:3000!