mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-05-03 14:21:54 -07:00
Compare commits
10 Commits
aba5a71412
...
0b8d3287e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b8d3287e6 | |||
| 346fd9fac5 | |||
| c4fa0a63c0 | |||
| 69477156f5 | |||
| 27ffb33f3e | |||
| 4e1227c2d4 | |||
| 41d7a43e4f | |||
| c21a7689d3 | |||
| 12a84f55e1 | |||
| c09ab0b6c0 |
@@ -63,6 +63,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
|
||||
- [Cake](https://github.com/cake-build/cake) _(label: Good-first-issue)_ <br> Cake (C# Make) is a free and open source cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages.
|
||||
- [grok.net](https://github.com/Marusyk/grok.net) _(label: good first issue)_ <br> Cross platform .NET grok implementation
|
||||
- [osu!](https://github.com/ppy/osu) _(label: good first issue)_ <br> Music game. Rhythm is just a click away!
|
||||
- [Spectre.Console](https://github.com/spectreconsole/spectre.console) _(label: good first issue)_ <br> A .NET library that makes it easier to create beautiful console applications.
|
||||
- [Uno Platform](https://github.com/unoplatform/uno) _(label: good first issue)_ <br> OSS project for creating pixel-perfect, single-source C# and XAML apps which run natively on iOS, Android, macOS, Linux and Web via WebAssembly.
|
||||
|
||||
## C++
|
||||
|
||||
@@ -75,6 +75,15 @@
|
||||
],
|
||||
"description": "Cake (C# Make) is a free and open source cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages."
|
||||
},
|
||||
{
|
||||
"name": "Spectre.Console",
|
||||
"link": "https://github.com/spectreconsole/spectre.console",
|
||||
"label": "good first issue",
|
||||
"technologies": [
|
||||
"C#"
|
||||
],
|
||||
"description": "A .NET library that makes it easier to create beautiful console applications."
|
||||
},
|
||||
{
|
||||
"name": "electron",
|
||||
"link": "https://github.com/electron/electron",
|
||||
@@ -2173,6 +2182,13 @@
|
||||
],
|
||||
"description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package"
|
||||
},
|
||||
{
|
||||
"name": "Todo List App",
|
||||
"link": "https://github.com/pixelledbot/todo-list-app",
|
||||
"label": "good-first-issue",
|
||||
"technologies": ["JavaScript"],
|
||||
"description": "A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage."
|
||||
},
|
||||
{
|
||||
"name": "Rawsec Cybersecurity Inventory",
|
||||
"link": "https://gitlab.com/rawsec/rawsec-cybersecurity-list",
|
||||
@@ -2203,4 +2219,5 @@
|
||||
"description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints."
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user