Hello!
Welcome to my version of Linktr.ee. It's built by using cloudflare's wrangler to create a worker from router template.
You can check out the demo here - https://worker.nachiketsd.workers.dev/
Following tasks were expected -
- Generate JSON API
- Serve HTML Page
-
JSON API
-
HTML Page
- Retrieve Page
- Get the links from your previously deployed JSON response
- Use HTMLRewriter to add these links to the static HTML page
- Return the transformed HTML page from the Worker
- Profile
- Avatar
- Name
- Profile
-
Extra Credit
- Social Links
- Update Title
- Change background color
- Used wrangler to create a worker from router template