HomeEase Pro connects users with verified professional cleaning and repair service providers in their area. The app streamlines the process of finding, booking, and managing home maintenance services.
Here's the markdown code for the table format that you can use in your GitHub README.md: markdownCopy# App Preview
| Login Screen | Home Screen | Booking Flow | My Bookings |
|---|---|---|---|
- React Native - Core framework
- Expo - Development platform
- Clerk - Authentication & user management
- GraphQL - API architecture
- React Navigation - Navigation system
- Clone the repository
git clone https://github.com/MoSaif00/Home-Ease.git
cd home-ease- Install dependencies
npm install- Configure environment variables
cp .env.example .envUpdate the following variables in .env:
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEYEXPO_PUBLIC_HYGRAPH_KEY
- Start the development server
npx expo start
or
npm run start