A repository of resources of all types to improve
the visual representation of your projects.
Project Writeup,
by
ephemeralrogue
•
Bluesky
There are innumerable design resources out there, and almost as many repositories ennumerating them. The Design Compendium will take the classic README-style resource list and provide a frontend for the quick perusal of resources by category.
This project is currently designed to be forked and utilized on a personal basis, as deployment of the official frontend will not occur until funding makes deployment plausible. you can read about it here.
This is being produced and maintained by ephemeralrogue for LVNACY. Any questions regarding this repository and any contributions should be directed there. ephemeralrogue's Discord Server
A Single Page Application (SPA) with client-side rendering of two components:
- tag cloud where each tag is a link that will render the content
- component displaying the tagged resources
- add MongoDB connection
- build GraphQL resolvers to retrieve data
- write algorithm to display resources by tag
- make the frontend pretty
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.