Skip to content

revmischa/cursed-webring

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cdk
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

Cursed Webring

The worst of the internet.

https://cursed.lol

Architecture

How it's built

Frontend

src/

React via Create-React-App with TypeScript and Material-UI.

Fetches a list of shitty sites from the backend and syncs it to a browser-based IndexedDB.

Backend

cdk/

Built with AWS CDK infrastructure-as-code, TypeScript node.js lambdas to fetch the list of sites from a google doc and to handle submission of new sites.

The submission endpoint saves submissions to DynamoDB and sends me a slack message.