This 9-lesson course wires three of OpenAI's APIs into a single React Native app: text completions for chat, DALL-E for image generation, and Whisper for turning speech into text.
What you'll build
- A ChatGPT-styled app shell with drawer navigation
- A way for users to enter and use their own OpenAI API key
- An interactive chat interface driven by AI completions
- Image generation through DALL-E and voice input through Whisper
Basic familiarity with React Native and JavaScript or TypeScript is assumed, along with some curiosity about applying AI APIs in a mobile app rather than just a web demo.