-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdata.json
More file actions
107 lines (104 loc) · 4.63 KB
/
data.json
File metadata and controls
107 lines (104 loc) · 4.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"GDG PCE": [
{
"name": "Crypto Price Tracker",
"description": "A web dashboard that fetches and displays real-time cryptocurrency prices using a API. Also shows current value of popular cryptocurrencies and updates automatically.",
"topics": ["hacktoberfest"],
"languages": ["React", "JavaScript"],
"url": "https://github.com/gdgpce/crypto-price-tracker"
},
{
"name": "DSA Challenges 2024",
"description": "A repository with data structure and algorithm challenges for 2024. Flex your algorithm skills and contribute your solutions.",
"topics": ["hacktoberfest"],
"languages": ["C++", "Java", "Python"],
"url": "https://github.com/gdgpce/DSA-Challenges-2024"
},
{
"name": "NewsApp",
"description": "A simple news app that displays the latest headlines across various categories using news APIs, providing real-time updates and an easy-to-use interface.",
"topics": ["hacktoberfest"],
"languages": ["HTML", "CSS", "JavaScript"],
"url": "https://github.com/gdgpce/NewsApp"
},
{
"name": "Badge Card Generator",
"description": "A React project that lets users create custom digital badges for contributiors, adding a personal touch to open-source participation.",
"topics": ["hacktoberfest"],
"languages": ["HTML", "CSS", "JavaScript"],
"url": "https://github.com/gdgpce/BadgeCardGenerator"
},
{
"name": "UI-UX-Design-2024",
"description": "A collaborative repository for graphic design projects that encourages contributions of logos, banners, and illustrations, promoting creativity in open-source collaboration.",
"topics": ["hacktoberfest"],
"languages": ["Figma", "Illustrator"],
"url": "https://github.com/gdgpce/UI-UX-Design-2024"
}
],
"Other Open Source Projects":[
{
"name": "airbnb",
"description": "JavaScript Style Guide",
"topics": ["hacktoberfest"],
"languages": ["ES5(Deprecated),React, CSS-in-JS, CSS and SASS, Ruby"],
"url": "https://github.com/airbnb/javascript"
},
{
"name": "DocsGPT",
"description": "GPT-powered chat for documentation, chat with your documents(Flask App)",
"topics": ["hacktoberfest"],
"languages": ["Vite, React"],
"url": "https://github.com/arc53/DocsGPT"
},
{
"name": "Web-Dev",
"description": "A web development project for beginners",
"topics": ["hacktoberfest"],
"languages": ["HTML,CSS,JavaScript"],
"url": "https://github.com/microsoft/Web-Dev-For-Beginners"
},
{
"name": "Gradio",
"description": "Build and share delightful machine learning apps",
"topics": ["hacktoberfest"],
"languages": ["Python, FastAPI,PNpM, SVELTE, Vite, Storybook, tailwindcss"],
"url": "https://github.com/gradio-app/gradio"
},
{
"name": "dstack",
"description": "An alternative to kubernates, to simplify development, training and deployment of AI across any cloud or on prem",
"topics": ["hacktoberfest"],
"languages": ["Postgres, backend, frontend"],
"url": "https://github.com/dstackai/dstack"
},
{
"name": "Wren AI",
"description": "Open source SQL AI agent for Text-to-SQL",
"topics": ["hacktoberfest"],
"languages": ["SQL"],
"url": "https://github.com/Canner/WrenAI"
},
{
"name": "tolgee-platform",
"description": "Developer and translator friendly web-based localization platform",
"topics": ["hacktoberfest"],
"languages": ["React, Angular, Vue, Svelte, Next.js, Figma plugin, i18next, Vanilla js, Unreal Engine, Rest API"],
"url": "https://github.com/tolgee/tolgee-platform"
},
{
"name": "ToolJet",
"description": "Low-code platform for building business appplications",
"topics": ["hacktoberfest"],
"languages": ["JavaScript, Python"],
"url": "https://github.com/ToolJet/ToolJet"
},
{
"name": "first-contributors",
"description": "A project for beginners",
"topics": ["hacktoberfest"],
"languages": ["HTML,CSS,JavaScript"],
"url": "https://github.com/firstcontributions/first-contributions"
}
]
}