Compare commits

..

6 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
101b08d2c9 Update README.md 2024-10-30 00:11:43 +00:00
Sammy Hori
448404849e Merge pull request #1503 from MunGell/add-opencalc
Added OpenCalc to data.json
2024-10-30 00:11:32 +00:00
Sammy Hori
d4e6fb5ff6 Added OpenCalc to data.json 2024-10-30 00:10:30 +00:00
Shmavon Gazanchyan
d2ed666152 Update README.md 2024-10-30 00:00:14 +00:00
Sammy Hori
9003135981 Merge pull request #1502 from MunGell/remove-react-help-create
Remove React Help Create for inactivity
2024-10-30 00:00:01 +00:00
Sammy Hori
823af0667e Remove React Help Create for inactivity
Over a year of inactivity in this repo
2024-10-29 23:59:01 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -189,7 +189,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [Predator](https://github.com/Zooz/predator) _(label: good first issue)_ <br> A powerful open-source platform for load testing APIs. - [Predator](https://github.com/Zooz/predator) _(label: good first issue)_ <br> A powerful open-source platform for load testing APIs.
- [ramda-adjunct](https://github.com/char0n/ramda-adjunct) _(label: help-wanted)_ <br> Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation. - [ramda-adjunct](https://github.com/char0n/ramda-adjunct) _(label: help-wanted)_ <br> Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
- [React](https://github.com/facebook/react) _(label: good first issue)_ <br> A declarative, efficient, and flexible JavaScript library for building user interfaces. - [React](https://github.com/facebook/react) _(label: good first issue)_ <br> A declarative, efficient, and flexible JavaScript library for building user interfaces.
- [React Help Create](https://github.com/Omar-Belghaouti/react-help-create) _(label: first-timers-only)_ <br> This command line helps you create components, pages and even redux implementation for your react project.
- [React Native](https://github.com/facebook/react-native) _(label: Good-first-issue)_ <br> A framework for building native apps with React. - [React Native](https://github.com/facebook/react-native) _(label: Good-first-issue)_ <br> A framework for building native apps with React.
- [React server](https://github.com/redfin/react-server) _(label: good-first-contribution)_ <br> React framework with server render for blazing fast page load and seamless transitions between pages in the browser. - [React server](https://github.com/redfin/react-server) _(label: good-first-contribution)_ <br> React framework with server render for blazing fast page load and seamless transitions between pages in the browser.
- [React-content-loader](https://github.com/danilowoz/create-content-loader) _(label: good first issue)_ <br> Tool to create your own react-content-loader easily. - [React-content-loader](https://github.com/danilowoz/create-content-loader) _(label: good first issue)_ <br> Tool to create your own react-content-loader easily.
@@ -228,6 +227,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [Atrium](https://github.com/robstoll/atrium) _(label: good first issue)_ <br> Multiplatform assertion library for Kotlin - [Atrium](https://github.com/robstoll/atrium) _(label: good first issue)_ <br> Multiplatform assertion library for Kotlin
- [Hexagon](https://github.com/hexagonkt/hexagon) _(label: help-wanted)_ <br> A microservices toolkit written in Kotlin - [Hexagon](https://github.com/hexagonkt/hexagon) _(label: help-wanted)_ <br> A microservices toolkit written in Kotlin
- [Non-Blocking SirixDB HTTP(S)-Server](https://github.com/sirixdb/sirix) _(label: good first issue)_ <br> A non-blocking HTTP(S)-Server for SirixDB, a temporal, evolutionary NoSQL document store for XML and JSON. - [Non-Blocking SirixDB HTTP(S)-Server](https://github.com/sirixdb/sirix) _(label: good first issue)_ <br> A non-blocking HTTP(S)-Server for SirixDB, a temporal, evolutionary NoSQL document store for XML and JSON.
- [OpenCalc](https://github.com/Darkempire78/OpenCalc) _(label: good first issue)_ <br> A simple and beautiful calculator for Android.
## LaTeX ## LaTeX

View File

@@ -972,6 +972,15 @@
], ],
"description": "A powerful open-source platform for load testing APIs." "description": "A powerful open-source platform for load testing APIs."
}, },
{
"name": "OpenCalc",
"link": "https://github.com/Darkempire78/OpenCalc",
"label": "good first issue",
"technologies": [
"Kotlin"
],
"description": "A simple and beautiful calculator for Android."
},
{ {
"name": "Time to Leave", "name": "Time to Leave",
"link": "https://github.com/thamara/time-to-leave", "link": "https://github.com/thamara/time-to-leave",
@@ -1958,15 +1967,6 @@
], ],
"description": "Amplication is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks." "description": "Amplication is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks."
}, },
{
"name": "React Help Create",
"link": "https://github.com/Omar-Belghaouti/react-help-create",
"label": "first-timers-only",
"technologies": [
"JavaScript"
],
"description": "This command line helps you create components, pages and even redux implementation for your react project."
},
{ {
"name": "pythonping", "name": "pythonping",
"link": "https://github.com/alessandromaggio/pythonping", "link": "https://github.com/alessandromaggio/pythonping",