Commit
·
0b41576
1
Parent(s):
a18e182
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,98 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+

|
13 |
+

|
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 |
+

|
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: 
|
49 |
+
|
50 |
+
- **Express Delivery**
|
51 |
+
- Name: Express Delivery
|
52 |
+
- Description: Swift on-demand delivery service
|
53 |
+
- URL: /express-delivery
|
54 |
+
- Icon: 
|
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.
|