DEV Community

Andrew M
Andrew M

Posted on

Dumbsite

April Fools Challenge Submission ☕️🤡

This is a submission for the DEV April Fools Challenge

What I Built

Dumbsite is, as the name suggests, a stupid website generator : ) It generates brilliantly stupid startup ideas and automatically encrypts them so that you can't actually read what the idea's about. Perfect for when you want to start a business but don't want to know what it does.

The app has lots of unique ideas and groups them into subjects, connectors, and modifiers and they are all ROT13 encrypted.

Demo

https://dumbslte.netlify.app/

How I Built It

Built with react and tailwind CSS.

  1. Idea generation is essentially a template system that groups >50 subjects, connectors, objects, and modifiers to generate around 10,000 unique ideas
  2. Encryption stage is where the implementation of ROT13 cipher takes place.
  3. HTML generation is where each idea generates a downloadable HTML file with the encrypted idea embedded

Top comments (0)