This repo is used to demo how to work with OpenAI's API to create a small web app providing fortune cookie insights when pushing a button.
If you want to code along to the video, clone this repo and start from the main branch.
If you want to see the finished result, checkout the finished branch.
To being able to follow this codealong and build your own fortune cookie, you need to set up your own API key with OpenAI. Check it out here
Add the API key to a .env file, similar to what it looks like in .env.example