tekwhisperer commited on
Commit
510db55
·
1 Parent(s): 0b41576

Update README.md

Browse files

---
title: HustleCab - On-Demand Ride-Sharing and Delivery App
tags:
- Transportation
- Delivery
---

# Overview

HustleCab is a progressive web application (PWA) designed for on-demand ride-sharing and swift delivery services. The app provides a seamless experience for users to quickly request rides or opt for express delivery services.

## Features

- **Quick Ride**: Swiftly request a ride with our Quick Ride feature.
- **Express Delivery**: Enjoy on-demand delivery services with our Express Delivery option.

## Screenshots

![Screenshot 1](/screenshots/screenshot1.png)
![Screenshot 2](/screenshots/screenshot2.png)

## Installation

To install the app, simply visit the [HustleCab website](https://example.com) from your mobile device and follow the installation prompts.

## Usage

1. Open the app from your home screen.
2. Choose between Quick Ride or Express Delivery.
3. Follow the on-screen prompts to complete your request.

## App Preview

![App Icon](/icons/icon-192x192.png)

## Technical Details

### Manifest

```json
{
"name": "HustleCab",
"short_name": "hustlecab",
"description": "On-Demand Ride-Sharing and Delivery App",
// ... (other manifest properties)
}

Files changed (1) hide show
  1. README.md +9 -98
README.md CHANGED
@@ -1,98 +1,9 @@
1
- # HustleCab - On-Demand Ride-Sharing and Delivery App
2
-
3
- HustleCab is a progressive web application (PWA) designed for on-demand ride-sharing and swift delivery services. The app provides a seamless experience for users to quickly request rides or opt for express delivery services.
4
-
5
- ## Features
6
-
7
- - **Quick Ride**: Swiftly request a ride with our Quick Ride feature.
8
- - **Express Delivery**: Enjoy on-demand delivery services with our Express Delivery option.
9
-
10
- ## Screenshots
11
-
12
- ![Screenshot 1](/screenshots/screenshot1.png)
13
- ![Screenshot 2](/screenshots/screenshot2.png)
14
-
15
- ## Installation
16
-
17
- To install the app, simply visit the [HustleCab website](https://example.com) from your mobile device and follow the installation prompts.
18
-
19
- ## Usage
20
-
21
- 1. Open the app from your home screen.
22
- 2. Choose between Quick Ride or Express Delivery.
23
- 3. Follow the on-screen prompts to complete your request.
24
-
25
- ## App Preview
26
-
27
- ![App Icon](/icons/icon-192x192.png)
28
-
29
- ## Technical Details
30
-
31
- ### Manifest
32
-
33
- ```json
34
- {
35
- "name": "HustleCab",
36
- "short_name": "hustlecab",
37
- "description": "On-Demand Ride-Sharing and Delivery App",
38
- // ... (other manifest properties)
39
- }
40
- ```
41
-
42
- ### Shortcuts
43
-
44
- - **Quick Ride**
45
- - Name: Quick Ride
46
- - Description: Quickly request a ride
47
- - URL: /quick-ride
48
- - Icon: ![Quick Ride Icon](/icons/quick-ride.png)
49
-
50
- - **Express Delivery**
51
- - Name: Express Delivery
52
- - Description: Swift on-demand delivery service
53
- - URL: /express-delivery
54
- - Icon: ![Express Delivery Icon](/icons/express-delivery.png)
55
-
56
- ### Counters
57
-
58
- - Ride Counter: 3
59
- - Delivery Counter: 5
60
-
61
- ### Permissions
62
-
63
- - Geolocation
64
- - Notifications
65
-
66
- ### Service Worker
67
-
68
- - Source: /service-worker.js
69
- - Scope: /
70
- - Cache Storage: Enabled
71
- - Cache System: Enabled
72
-
73
- ## Categories
74
-
75
- - Transportation
76
- - Delivery
77
-
78
- ## Design and Styling
79
-
80
- - Display: Standalone
81
- - Background Color: #ffffff
82
- - Theme Color: #4caf50
83
- - Direction: Left to Right (ltr)
84
- - Language: English (en-US)
85
- - Orientation: Any
86
-
87
- ## Notifications
88
-
89
- - GCM Sender ID: your-gcm-sender-id
90
- - GCM User Visible Only: true
91
-
92
- ## Contributing
93
-
94
- If you'd like to contribute to the development of HustleCab, please fork the repository and submit a pull request. We welcome your input!
95
-
96
- ## License
97
-
98
- This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
 
1
+ ---
2
+ license: apache-2.0
3
+ title: HustleCab
4
+ sdk: static
5
+ emoji: 🏃
6
+ colorFrom: indigo
7
+ colorTo: yellow
8
+ pinned: true
9
+ ---