mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-26 05:18:12 -08:00
Compare commits
9 Commits
3fd9134f1d
...
2404f1f165
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2404f1f165 | ||
|
|
4bd8611449 | ||
|
|
0153892ccf | ||
|
|
27ffb33f3e | ||
|
|
4e1227c2d4 | ||
|
|
41d7a43e4f | ||
|
|
c21a7689d3 | ||
|
|
12a84f55e1 | ||
|
|
c09ab0b6c0 |
3
.github/README-template.j2
vendored
3
.github/README-template.j2
vendored
@@ -10,6 +10,9 @@ Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) b
|
|||||||
If you are a maintainer of open-source projects, add the label `first-timers-only` (or similar) to your project and list it here so that people can find it.
|
If you are a maintainer of open-source projects, add the label `first-timers-only` (or similar) to your project and list it here so that people can find it.
|
||||||
|
|
||||||
If you are not a programmer but would like to contribute, check out the [Awesome for non-programmers](https://github.com/szabgab/awesome-for-non-programmers) list.
|
If you are not a programmer but would like to contribute, check out the [Awesome for non-programmers](https://github.com/szabgab/awesome-for-non-programmers) list.
|
||||||
|
|
||||||
|
If you would like to be guided through how to contribute to a repository on GitHub, check out [the First Contributions repository](https://github.com/firstcontributions/first-contributions).
|
||||||
|
|
||||||
## Table of Contents:
|
## Table of Contents:
|
||||||
|
|
||||||
||Languages|
|
||Languages|
|
||||||
|
|||||||
@@ -2182,6 +2182,13 @@
|
|||||||
],
|
],
|
||||||
"description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package"
|
"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",
|
"name": "Rawsec Cybersecurity Inventory",
|
||||||
"link": "https://gitlab.com/rawsec/rawsec-cybersecurity-list",
|
"link": "https://gitlab.com/rawsec/rawsec-cybersecurity-list",
|
||||||
@@ -2212,4 +2219,5 @@
|
|||||||
"description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints."
|
"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