Skip to content

creatorsgarten/hacktoberfest-museum

 
 

Repository files navigation

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?

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

https://www.facebook.com/spaceth/posts/pfbid08ksUhZJPHo1YbkprvybRYfHj5hgqsMGZ46Up8n3FEAaktSUcF5JuJrYRYKSR9azCl


All right, copy-and-paste! https://creatorsgarten.org
In association with @polaryz.club

About

Gallery of awesome Hacktoberfest projects made in Thailand. Part of the Hacktoberfest Thailand 2022 event.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.5%
  • Svelte 19.0%
  • Astro 9.6%
  • JavaScript 6.0%
  • CSS 4.6%
  • Shell 0.3%