Compare commits

...

9 Commits

Author SHA1 Message Date
BOT
addd743440 Merge 4e1227c2d4 into bad67b06f5 2024-10-31 16:33:03 -05:00
Shmavon Gazanchyan
bad67b06f5 Update README.md 2024-10-31 19:10:52 +00:00
Sammy Hori
2a08920e28 Merge pull request #1504 from MunGell/remove-create-aio-app
Remove create aio app
2024-10-31 19:10:41 +00:00
Sammy Hori
986e8444e5 Remove create aio app
This repository has been inactive for over a year
2024-10-31 19:10:06 +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 10 additions and 11 deletions

View File

@@ -273,7 +273,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [coala](https://github.com/coala/coala) _(label: n/a)_ <br> A unified command-line interface for linting and fixing all your code, regardless of the programming languages you use. - [coala](https://github.com/coala/coala) _(label: n/a)_ <br> A unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.
- [Colossal-AI](https://github.com/hpcaitech/ColossalAI) _(label: good first issue)_ <br> An open-source deep learning system for large-scale model training and inference with high efficiency and low cost. - [Colossal-AI](https://github.com/hpcaitech/ColossalAI) _(label: good first issue)_ <br> An open-source deep learning system for large-scale model training and inference with high efficiency and low cost.
- [cookiecutter](https://github.com/cookiecutter/cookiecutter) _(label: good first issue)_ <br> A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects. - [cookiecutter](https://github.com/cookiecutter/cookiecutter) _(label: good first issue)_ <br> A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
- [Create aio app](https://github.com/aio-libs/create-aio-app) _(label: good first issue)_ <br> A command line utility that creates the aiohttp template with the best practices.
- [datascience](https://github.com/data-8/datascience) _(label: good first issue)_ <br> A Jupyter notebook Python library for introductory data science. - [datascience](https://github.com/data-8/datascience) _(label: good first issue)_ <br> A Jupyter notebook Python library for introductory data science.
- [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_ <br> An implementation of Python for backend web development. - [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_ <br> An implementation of Python for backend web development.
- [Embedchain](https://github.com/embedchain/embedchain/) _(label: good first issue)_ <br> Embedchain is a framework to easily create LLM powered bots over any dataset. - [Embedchain](https://github.com/embedchain/embedchain/) _(label: good first issue)_ <br> Embedchain is a framework to easily create LLM powered bots over any dataset.

View File

@@ -1446,15 +1446,6 @@
], ],
"description": "A simple IT automation platform" "description": "A simple IT automation platform"
}, },
{
"name": "Create aio app",
"link": "https://github.com/aio-libs/create-aio-app",
"label": "good first issue",
"technologies": [
"Python"
],
"description": "A command line utility that creates the aiohttp template with the best practices."
},
{ {
"name": "opsdroid", "name": "opsdroid",
"link": "https://github.com/opsdroid/opsdroid", "link": "https://github.com/opsdroid/opsdroid",
@@ -2208,6 +2199,15 @@
"JavaScript" "JavaScript"
], ],
"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."
}
] ]
} }