| # CatGPT | |
| A fun ChatGPT parody where the AI is replaced by a cat that only responds with "meow". This project is built with Next.js and styled with Tailwind CSS. | |
| ## Features | |
| - ChatGPT-like interface | |
| - Cat-themed design | |
| - The AI assistant only responds with "meow" | |
| - Responsive design for all devices | |
| ## Getting Started | |
| ### Prerequisites | |
| - Node.js 18.0.0 or later | |
| ### Installation | |
| 1. Clone the repository: | |
| ```bash | |
| git clone https://github.com/yourusername/catgpt.git | |
| cd catgpt | |
| ``` | |
| 2. Install dependencies: | |
| ```bash | |
| npm install | |
| ``` | |
| 3. Run the development server: | |
| ```bash | |
| npm run dev | |
| ``` | |
| 4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result. | |
| ## Tech Stack | |
| - [Next.js](https://nextjs.org/) - React framework | |
| - [Tailwind CSS](https://tailwindcss.com/) - CSS framework | |
| - [TypeScript](https://www.typescriptlang.org/) - Type checking | |
| ## License | |
| This project is open source and available under the [MIT License](LICENSE). | |
| ## Acknowledgements | |
| - Inspired by ChatGPT | |
| - Built for fun and educational purposes | |