mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-24 12:28:08 -08:00
Compare commits
11 Commits
d8b596388f
...
ffb9de41e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffb9de41e7 | ||
|
|
f13af65a68 | ||
|
|
af269c58c0 | ||
|
|
639902dae2 | ||
|
|
fc4a67b32e | ||
|
|
27ffb33f3e | ||
|
|
4e1227c2d4 | ||
|
|
41d7a43e4f | ||
|
|
c21a7689d3 | ||
|
|
12a84f55e1 | ||
|
|
c09ab0b6c0 |
@@ -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.
|
||||
|
||||
19
data.json
19
data.json
@@ -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."
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user