Whether you’re flying solo or growing your startup, there’s a community of changemakers eager to connect and support you along your journey. Join us at these events — many virtual so you can attend from anywhere in the world — and start engaging with our global impact + innovation ecosystem!
Our friend, Funmibi, will be running a 4-part code-along series, making your very own chat bot!
The Schedule:
May 6th: The Frontend, using Figma, React, and MUI
May 13th: The Frontend, starting The Backend, using Python’s Django
May 27th: The API, using ChatGPT
TBD: The Bonus Session — Customizing your chat bot!
We did all of our environment setup together in the first session. If you missed it but would still like to code along, you’ll need to install the following:
Be sure to then set bash as Visual Studio Code’s default terminal.
4. Create React App. Install it by typing `npx create-react-app your-app-name` in Visual Studio Code’s command line. instructions here