NyxChat is a modern AI-powered chat application designed for seamless communication. Built with React and Tailwind CSS, it offers a responsive UI and real-time chat functionality.
- AI-powered chat responses
- Real-time messaging
- Responsive design
- User authentication
- Dark mode support
- Typing indicators
- React.js
- Tailwind CSS
- Node.js (for backend, if applicable)
- OpenAI API / Gemini API (for AI-powered responses)
-
Clone the Repository
git clone https://github.com/saidhanush27/NyxChat.git cd NyxChat
-
Install Dependencies
npm install
-
Run the Application
npm start
Ensure that your deployment platform (e.g., Vercel, Netlify) installs dependencies using npm install
automatically.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit (
git commit -m "Added new feature"
). - Push to your branch (
git push origin feature-branch
). - Create a pull request.
This project is open-source and available under the MIT License.
💬 Feel free to contribute and improve NyxChat!