notes/project_ideas.md
2024-02-05 23:39:40 -08:00

1.3 KiB

PROJECT IDEAS

This is just a simple document where I can scratchpad some ideas for personal projects.

HTML Placeholder Website

Very much like the JSON Placeholder website, this would provide a basic fake API. Instead of returning JSON, however, this would return HTML data. The idea behind this is that this API would be used to test with a hypermedia rendering library like HTMX.

Keep in mind how JSON Placeholder is created, look at its minimal dependencies, like json-server, tinyhttp, and even though it's less relevant, it is still of interest to take a look at lowdb.

Dev Dictionary

This idea takes inspiration from Urban Dictionary as well as Tech-Wiki. While Urban Dictionary actually does have some contributions that deal with tech like this one on http, this idea concentrates the subject matter into a single technical dictionary, emphasizing short quick and concise definitions that give the user a very fast overview of what the term means.