Compare commits

...

11 Commits

Author SHA1 Message Date
BOT
ffb9de41e7 Merge 27ffb33f3e into f13af65a68 2025-01-10 20:21:34 +01:00
Shmavon Gazanchyan
f13af65a68 Update README.md 2025-01-10 18:06:12 +00:00
Sammy Hori
af269c58c0 Merge pull request #1544 from MunGell/update-yarn-entry
Updates to the Yarn entry.
2025-01-10 18:06:00 +00:00
Sammy Hori
639902dae2 Added TypeScript to Berry (Yarn)'s technologies 2024-12-31 13:12:27 +00:00
Sammy Hori
fc4a67b32e Moved Yarn link to Berry (Yarn's active development branch)
I also changed the name so people don't get confused if the click on it.
2024-12-31 13:10:42 +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 16 additions and 6 deletions

View File

@@ -142,6 +142,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
- [AVA](https://github.com/sindresorhus/ava) _(label: good-for-beginner)_ <br> Futuristic test runner.
- [Babel](https://github.com/babel/babel) _(label: good first issue)_ <br> A compiler for writing next generation JavaScript.
- [Berry - Active development trunk for Yarn](https://github.com/yarnpkg/berry) _(label: good first issue)_ <br> Fast, reliable, and secure dependency management.
- [Botpress](https://github.com/botpress/botpress) _(label: contributor-friendly)_ <br> The only sane way to build great bots.
- [Brave Browser](https://github.com/brave/brave-browser) _(label: good first issue)_ <br> Desktop browser for macOS, Windows, and Linux.
- [Check It Out](https://github.com/jwu910/check-it-out) _(label: good first issue)_ <br> Check It Out is an ncurses-like CLI to let the user interactively navigate and select a git branch to check out.
@@ -209,7 +210,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Vue.js](https://github.com/vuejs/vue) _(label: good first issue)_ <br> The Progressive JavaScript Framework.
- [VuePress](https://github.com/vuejs/vuepress) _(label: good first issue)_ <br> Minimalistic Vue-powered static site generator
- [webdriver.io](https://github.com/webdriverio/webdriverio) _(label: first-timers-only)_ <br> Next-gen browser and mobile automation test framework for Node.js
- [Yarn](https://github.com/yarnpkg/yarn) _(label: good first issue)_ <br> Fast, reliable, and secure dependency management.
## JSON
@@ -359,6 +359,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [activist](https://github.com/activist-org/activist) _(label: good first issue)_ <br> activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them.
- [Amplication](https://github.com/amplication/amplication) _(label: good first issue)_ <br> Amplication is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks.
- [Berry - Active development trunk for Yarn](https://github.com/yarnpkg/berry) _(label: good first issue)_ <br> Fast, reliable, and secure dependency management.
- [Booster](https://github.com/boostercloud/booster) _(label: good first issue)_ <br> A truly serverless framework, write your code and deploy it in seconds without any server configuration files.
- [Graphback](https://github.com/aerogear/graphback) _(label: good first issue)_ <br> A CLI and runtime framework to generate a GraphQL API in seconds.
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.

View File

@@ -668,11 +668,12 @@
"description": "React framework with server render for blazing fast page load and seamless transitions between pages in the browser."
},
{
"name": "Yarn",
"link": "https://github.com/yarnpkg/yarn",
"name": "Berry - Active development trunk for Yarn",
"link": "https://github.com/yarnpkg/berry",
"label": "good first issue",
"technologies": [
"JavaScript"
"JavaScript",
"TypeScript"
],
"description": "Fast, reliable, and secure dependency management."
},
@@ -2192,6 +2193,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",
@@ -2199,7 +2207,7 @@
"technologies": [
"JavaScript",
"JSON",
"Pug"
"Pug"
],
"description": "An inventory of tools and resources that aims to help people to find everything related to CyberSecurity."
},
@@ -2211,7 +2219,7 @@
"Rust"
],
"description": "Teleconference system with a web based user interface written in Rust"
},
},
{
"name": "FastAPI",
"link": "https://github.com/tiangolo/fastapi",
@@ -2222,4 +2230,5 @@
"description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints."
}
]
}