A simple redirection
Find a file
2023-07-23 22:45:48 +08:00
public Initial commit 2023-07-23 21:25:39 +08:00
src Add debugging redirect for expo 2023-07-23 22:21:33 +08:00
.eslintrc.cjs Initial commit 2023-07-23 21:25:39 +08:00
.gitignore Initial commit 2023-07-23 21:25:39 +08:00
index.html Initial commit 2023-07-23 21:25:39 +08:00
package-lock.json Set up github pages 2023-07-23 21:51:38 +08:00
package.json Set up github pages 2023-07-23 21:51:38 +08:00
README.md Updated README.md 2023-07-23 22:45:48 +08:00
tsconfig.json Initial commit 2023-07-23 21:25:39 +08:00
tsconfig.node.json Initial commit 2023-07-23 21:25:39 +08:00
vite.config.ts Set up github pages 2023-07-23 21:51:38 +08:00

A simple web redirect to allow users to open links in-app

Sample Usage

When a user creates an account, an email is sent which redirects to the link below https://lemeow125.github.io/simple-redirect/#/redirect/stude/activation/MUID/12asdSDFGSDTSDFG

The link above when clicked will open the "activation" page/screen of our mobile app, pass the UID slug value of "MUID" and activation slug value of "12asdSDFGSDTSDFG"

Do not change the redirect keyword "stude" in the example above must correspond to the name of your mobile app "activation" should correspond to the link to your mobile app's screen/page you can adjust the last two URL slugs/values accordingly

Powered by Vite, ReactJS, and React Router