This project was created using create-expo-app and integrates Appwrite for backend services like authentication, databases.
- ⚛️ Built with React Native via Expo
- ☁️ Backend powered by Appwrite
- 🔐 User Authentication (Email/Password)
- Realtime Database
- Fast styling with NativeWind
git clone https://github.com/Nada-webdev/ReactNative---Coffee-Shop.git
cd reactNativenpm installnpx expo start-
Go to https://appwrite.io and create a free backend project.
-
Create a new project and copy the Project ID and API Endpoint.
-
Configure Appwrite in your client using the SDK:
import { Client } from "appwrite";
const client = new Client()
.setEndpoint("https://[YOUR-ENDPOINT]") // Your Appwrite endpoint
.setProject("[YOUR-PROJECT-ID]"); // Your project ID