Miss the old days? Tired of corporate UX design? Introducing ChatGPT-95!
- Retro Vibes: Experience a delightful blast from the past with our Windows 95-inspired UI.
- AI-Powered Fun: Chat away with ChatGPT and explore its magical responses.
- Responsive Design: Looks great on any device—whether you're on a retro monitor or the latest tablet!
- React: The magic wand for building UIs.
- React95: Sprinkling a bit of Windows 95 charm on our components.
- OpenAI API: The brain behind the magic—ChatGPT!
Ready to jump in? Here’s how you can get started:
- Clone the repository:
git clone https://github.com/yourusername/chatgpt-95.git
- Move into the project directories and install dependencies:
cd chat-gpt-95
npm i -g recursive-install
npm-recursive-install
- Create a .env in backend/config and add your OpenAPI key
OPENAI_API_KEY=your_api_key_here
- Fire up the app in the backend directory with
npm start
- Fire up the app in the frontend directory
npx vite
- Resizable chat window
- Add a ChatGPT inspired logo
- Add separate sessions
- Add a user login feature (WIP)
- Implement a DB for persistence of chat history(WIP)
- Add background image of logo, plus text
This project is in its early stages, so apologies for any messiness :).