Skip to content

kama683/ChatBot-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 ChatWithAI (React Native)

ChatWithAI is a simple and beautiful mobile chat interface that connects to a language model. The app supports light/dark themes, conversation history, and offline local storage via AsyncStorage.

✨ Features

  • 🧠 Chat with an AI assistant
  • 🎨 Light and dark themes
  • 💾 AsyncStorage-based chat history
  • 🆕 Start new chats anytime
  • 📱 Responsive and minimal design

⚙️ Technologies

  • React Native
  • Expo
  • OpenRouter API
  • AsyncStorage

🚀 Getting Started

Prerequisites

  • Node.js
  • Expo CLI (npm install -g expo-cli)
  • Android Studio (or real Android device)
  • Git

📥 Installation

git clone https://github.com/your-username/ChatWithAI.git
cd ChatWithAI
npm install

▶️ Running the App

npx expo start

Scan the QR code via Expo Go or run on an emulator.

📦 Building for Android

eas build --platform android

Ensure you are logged into Expo and eas.json is set up.

🔐 Environment Variables

Create a file named env.js and add your OpenRouter API key:

// env.js
export const OPENROUTER_API_KEY = 'YOUR_API_KEY_HERE';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors