Compare commits

...

10 Commits

Author SHA1 Message Date
BOT
0b8d3287e6 Merge 27ffb33f3e into 346fd9fac5 2024-11-29 14:53:19 +02:00
Shmavon Gazanchyan
346fd9fac5 Update README.md 2024-11-29 00:59:54 +00:00
Sammy Hori
c4fa0a63c0 Merge pull request #1522 from FrankRay78/patch-2
Added Spectre.Console
2024-11-29 00:59:40 +00:00
Frank Ray
69477156f5 Added Spectre.Console 2024-11-27 18:06:38 +00:00
Sammy Hori
27ffb33f3e Merge branch 'main' into add-todo-app 2024-11-26 00:40:10 +00:00
BOT
4e1227c2d4 Merge branch 'MunGell:main' into add-todo-app 2024-10-27 15:15:13 +05:30
pixelledbot
41d7a43e4f Update Todo List App: deleted unnecessary lines 2024-10-27 14:56:19 +05:30
pixelledbot
c21a7689d3 add it to the list 2024-10-27 14:44:42 +05:30
pixelledbot
12a84f55e1 add to-do-list project 2024-10-22 22:32:30 +05:30
pixelledbot
c09ab0b6c0 Add Todo List App to JavaScript section 2024-10-22 22:14:48 +05:30
2 changed files with 20 additions and 2 deletions

View File

@@ -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++

View File

@@ -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",
@@ -2180,7 +2196,7 @@
"technologies": [
"JavaScript",
"JSON",
"Pug"
"Pug"
],
"description": "An inventory of tools and resources that aims to help people to find everything related to CyberSecurity."
},
@@ -2192,7 +2208,7 @@
"Rust"
],
"description": "Teleconference system with a web based user interface written in Rust"
},
},
{
"name": "FastAPI",
"link": "https://github.com/tiangolo/fastapi",
@@ -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."
}
]
}