Skip to content

kelvinwambua/trotapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to TrotApp

Trot app is a crossplatform app which allows users to list and rent cars on the app

Core Features

  • Car Listing
  • Car Renting
  • Car Management
  • Payment using Flutterwave

In app screenshots

Home Page

WhatsApp Image 2025-02-15 at 20 03 32_c04d8a19 WhatsApp Image 2025-02-15 at 20 03 56_a4e5ddde

Search

Search also has autosuggestions based on data entered to the database WhatsApp Image 2025-02-27 at 12 02 50_7cd99fb5

Earnings Page

WhatsApp Image 2025-02-21 at 14 14 20_8c6777a5

These are just a few sample pages, there are many screens

The Tech Stach:

  • React Native- Frontend
  • Convex- Backend
  • Clerk- Authentication

How to run the project (I will only do for android)

Prerequisites(Click the link to install):

How to configure git after installing it

  1. Open Git Bash(Just search for it in your search bar)
  2. Run the following command:
git config --global user.name "Kelvin Wambua"
git config --global user.email "[email protected]"

How to install yarn

  1. Open Git Bash(Just search for it in your search bar)
  2. Run the following command:
npm install --global yarn

Steps to run the project(Run all these commands in your terminal/ Command Prompt)

  1. Clone the repository
git clone https://github.com/kelvinwambua/trotapp.git
  1. Navigate to the project directory
cd trotapp
  1. Install the dependencies
yarn 

How to run the project on android emulator or device

Android Device

  1. Connect your android device to your computer
  2. Run the following command:
yarn android

Android Emulator

We need to set up the emulator and set up android developer debugger

  1. Open Android Studio
  2. Click on the emulator icon
  3. Select the emulator you want to use
  4. Run the following command:
yarn android

IOS

  1. Open Xcode
  2. Run the following command:
yarn ios

Web

  1. Run the following command:
yarn web

This should work on all platforms If you have any issues, please let me know.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •