mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
chore: generate readme.md, lint src/data.js
This commit is contained in:
parent
2c542fcb98
commit
47b57e40bb
2 changed files with 17 additions and 15 deletions
|
|
@ -740,6 +740,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
||||||
* [Matt Walsh](https://mattwalsh.dev/uses/) — Python programmer with love for data and automation
|
* [Matt Walsh](https://mattwalsh.dev/uses/) — Python programmer with love for data and automation
|
||||||
* [Hammy Havoc](https://hammyhavoc.com/uses/) — Composer for video games and picture. Cypherpunk and open source aficionado.
|
* [Hammy Havoc](https://hammyhavoc.com/uses/) — Composer for video games and picture. Cypherpunk and open source aficionado.
|
||||||
* [Ricardo Quiroz](https://rcrd.space/uses) — Software Developer mostly with Node.js 💚 I love to write clean beautiful code even when it's unnecessary.
|
* [Ricardo Quiroz](https://rcrd.space/uses) — Software Developer mostly with Node.js 💚 I love to write clean beautiful code even when it's unnecessary.
|
||||||
* [Abul Khoyer](https://abulkhoyer.com/uses/) — Web Developer and Designer
|
* [Abul Khoyer](https://abulkhoyer.com/uses/) — Web Developer and Designer
|
||||||
|
* [Manthan Ank](https://manthanank.web.app/uses) — I'm Front-End Developer, Intermediate Learner, Also as a hobby I write blogs related to Web Development.
|
||||||
|
|
||||||
[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
|
[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
|
||||||
|
|
|
||||||
29
src/data.js
29
src/data.js
|
|
@ -15637,25 +15637,26 @@ module.exports = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Manthan Ank",
|
name: 'Manthan Ank',
|
||||||
description: "I'm Front-End Developer, Intermediate Learner, Also as a hobby I write blogs related to Web Development.",
|
description:
|
||||||
url: "https://manthanank.web.app/uses",
|
"I'm Front-End Developer, Intermediate Learner, Also as a hobby I write blogs related to Web Development.",
|
||||||
twitter: "@manthanank",
|
url: 'https://manthanank.web.app/uses',
|
||||||
|
twitter: '@manthanank',
|
||||||
emoji: '🧑💻',
|
emoji: '🧑💻',
|
||||||
country: '🇮🇳',
|
country: '🇮🇳',
|
||||||
computer: 'windows',
|
computer: 'windows',
|
||||||
phone: 'android',
|
phone: 'android',
|
||||||
tags: [
|
tags: [
|
||||||
"HTML",
|
'HTML',
|
||||||
"CSS",
|
'CSS',
|
||||||
"JavaScript",
|
'JavaScript',
|
||||||
"Angular",
|
'Angular',
|
||||||
"Web Development",
|
'Web Development',
|
||||||
"Node.js",
|
'Node.js',
|
||||||
"Express",
|
'Express',
|
||||||
"MongoDB",
|
'MongoDB',
|
||||||
"Firebase",
|
'Firebase',
|
||||||
"GraphQL"
|
'GraphQL',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// 🚨 OH Hey! DO NOT ADD YOURSELF TO THE END OF THE ARRAY 🚨
|
// 🚨 OH Hey! DO NOT ADD YOURSELF TO THE END OF THE ARRAY 🚨
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue