RetroGPT reimagines ChatGPT as a 90s-style website! Built using React+Vite, TailwindCSS, Express, and Node, it combines retro web aesthetics with a playful twist. According to the lore, RetroGPT is an all-knowing yet truthful alien that has infested the user’s computer. With an old-school design, pixelated UI, and nostalgic elements, RetroGPT delivers answers like a quirky extraterrestrial straight out of the 90s!
- Vite+React for the Frontend.
- Tailwind CSS
- Node.js
- Express
- Groq API
git clone https://github.com/Srayash/RetroGPT.git
cd RetroGPT
cd client
npm install
- Go to src/components/index.jsx
- uncomment the development url and comment out the Production url here:-
npm run dev
cd backend
- create a .env file in the backend folder
- get a Groq API key from https://console.groq.com/keys
- put this in the env file:
export GROQ_API_KEY = <YOUR_API_KEY>
npm install
node index.js