Codex is an assistant that can answer any question, and he's especially helpful when it comes to coding. An app using vanilla JavaScript to interface with the Open AI API. Codex can interpret code snippets, create React components, and more! Just ask. AI is amazing! 🤯
- JavaScript
- Node.js
- Vite
- Open AI API
- Back end deployed with Render
- Front end deployed with Vercel
git clone git@github.com:nrenner0211/codex-ai.git
All NPM packages required for this application are already listed as dependencies in the package.json file. Run the command npm i in your terminal at the root directory level to install the packages.
From the root, run the command npm run dev in your terminal. You can then view the app on http://127.0.0.1:5173/
🔗 Deployed