A React + Firebase starter template for building AI-powered apps.
This project sets up a ready-to-use environment with React, Redux Toolkit, Material UI, React Router, and Firebase — so you can quickly start experimenting with OpenAI or any AI model.
- ⚛️ React with functional components & hooks
- 🎨 Material UI (MUI) for modern UI components
- 🛠 Redux Toolkit for state management
- 🌐 React Router for navigation
- 🔥 Firebase integration (Auth, Firestore, Hosting, Storage)
- 📡 Axios for API calls (OpenAI / backend ready)
- 📝 AI input component to send prompts and display responses
Clone the repo and install dependencies:
git clone https://github.com/your-username/gpt-at-work.git
cd gpt-at-work
npm install