The Hacktoberfest Museum
In order to maintain the awesomeness of developers' ideas for Hacktoberfest, Creatorsgarten has developed https://museum.creatorsgarten.org as a medium for everyone to showcase their fantastic projects and share the guiding concepts that guided them.
Wanna posts your awesome project?
- Contribution guidelines
- All content that is being added to the Hacktoberfest Museum website must respect to the Hacktoberfest Code of Conduct.
🪄 AND DON'T FORGET TO CLAIM YOUR TICKET! via Eventpop application form.
All data you need
export interface CardProps {
display: "light" | "dark";
title: string;
theme: ProjectThemes; /* ("playful" 🎮 | "mindful" 🧠 ); */
founderName: Founders;
topic: AcademicTopics;
githubUrl: string;
imagePath: string | undefined;
detail?: DetailedPageProps;
}
export interface DetailedPageProps {
inspiredBy?: string;
keywords: string[];
descriptionMarkdown: string;
contributingMarkdown?: string;
}
Any idea to make this website better?
Please follow the Contribution guidelines. One more thing ... don't be hesitant to add any extra features you think can enhance this website by generating PR not only to page/index.astro
.
Pillars of Creation
- Manassarn Manoonchai - original code
- Tanakorn Pisnupoomi - initiate new gallery page based from existing code
- Chamikorn Phiwla-oung - ideation of website's theme
- Puvit Pracharktam - @intaniger's Polaris on getting started with UI design.
- Phoomparin Mano - CI/CD setup and wonderful domain name https://museum.creatorsgarten.org
/* your name are the next one ... */
All right, copy-and-paste! https://creatorsgarten.org
In association with @polaryz.club