Compare commits

...

9 Commits

Author SHA1 Message Date
BOT
2404f1f165 Merge 27ffb33f3e into 4bd8611449 2024-12-21 18:25:14 +05:30
Sammy Hori
4bd8611449 Merge pull request #1538 from MunGell/add-first-contribution-sentence
Added a sentence linking to the First Contributions repository
2024-12-20 20:48:13 +00:00
Sammy Hori
0153892ccf Added a sentence linking to the First Contributions repository
This will hopefully help those who come to this list but don't actually know how to contribute using git and github.
This change has been made to the README-template.j2.


Co-authored-by: Roshan Jossy <roshanjossey@gmail.com>
2024-12-20 01:08:18 +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 13 additions and 2 deletions

View File

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

View File

@@ -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."
} }
] ]
} }