https://github.com/sameer-j/quotedelight
Motivation Quotes App
https://github.com/sameer-j/quotedelight
hacktoberfest
Last synced: 4 months ago
JSON representation
Motivation Quotes App
- Host: GitHub
- URL: https://github.com/sameer-j/quotedelight
- Owner: sameer-j
- Created: 2021-09-06T20:54:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T08:40:36.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T19:25:09.818Z (over 1 year ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quote Delight
[](https://appcenter.ms)
## Deep linking
domain prefix's supported:
- [https://samer-j.github.io/quote-delight](https://samer-j.github.io/quote-delight/app)
- [quote-delight://app](quote-delight://app)
paths:
- [/quotes/5](quote-delight://app/quotes/5) : opens home screen (quotes carousal) with quote of given id
- [/list-all](quote-delight://app/list-all) : opens listing page with all quotes
- [/settings](quote-delight://app/settings) : opens settings page
How to test?
- `npx uri-scheme open quote-delight://app/settings --android`
- `npx uri-scheme open https://sameer-j.github.io/quote-delight/settings --android`