Infinitychat is a real-time chat application built using React, Tailwind CSS, and the Gemini API. This project aims to provide seamless chat functionality with a modern user interface.
- Real-time messaging
- User-friendly interface with Tailwind CSS
- Integration with the Gemini API for enhanced functionality
- React: Frontend library for building user interfaces
- Tailwind CSS: Utility-first CSS framework for styling
- Gemini API: Backend integration for chat functionality
- Clone the repository:
git clone https://github.com/yourusername/infinitychat.git
- Navigate to the project directory:
cd infinitychat
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
to see Infinitychat in action.
- Ensure you have your Gemini API key. Create a
.env
file in the root directory and add your API key:REACT_APP_GEMINI_API_KEY=your_gemini_api_key
Contributions are welcome! Feel free to open issues or create pull requests.
This project is licensed under the MIT License.