This project is an app that sends plain text prompts to the OpenAI API and displays the results in a list.
Hosted App: funwithai.harshpatel.ca
- Save responses to local storage
🌟 NEW
Dark/light mode options (default is system theme)
React
Typescript
Firebase
MantineUI
OpenAI
Follow the steps below to use this app locally.
# Clone the repo
git clone https://github.com/harshhpaatel/shopify-fall-2022.git
cd shopify-fall-2022
# Install dependencies
npm i
# Run the app
npm start
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Deploys the app using the Firebase CLI. To use this command, you must have the Firebase CLI installed and setup the repo as a Firebase app.
Developed by Harsh Patel