Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 878 Bytes

File metadata and controls

16 lines (12 loc) · 878 Bytes

Link to Demo: https://cloudflare-fullstack-app2020.sdhani.workers.dev/

Using Cloudflare Workers, you'll deploy an application that will randomly send users to one of two webpages. This project will teach you how to write applications with the Cloudflare Workers API, manage and develop them using the command-line tool Wrangler, and deploy them to the free workers.dev deployment playground.

Technologies and Concepts

  • Cloudflare Workers
  • JavaScript
  • Wrangler (command line tool)
  • FetchAPI
  • Cookies
  • HTML Rewriter