mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
75bf8f3071
1 changed files with 28 additions and 0 deletions
28
src/data.js
28
src/data.js
|
|
@ -1,6 +1,34 @@
|
|||
// keep it commonjs export
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Saurav Khare',
|
||||
description: 'Software Engineer & Frontend Developer',
|
||||
url: 'https://sauravkhare.xyz/uses',
|
||||
twitter: '@ErahkSaurav',
|
||||
emoji: '✌️',
|
||||
country: '🇮🇳',
|
||||
computer: 'linux',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Software Engineer',
|
||||
'Frontend Developer',
|
||||
'JavaScript',
|
||||
'React',
|
||||
'Next.js',
|
||||
'Node',
|
||||
'Craft CMS',
|
||||
'TypeScript',
|
||||
'Svelte',
|
||||
'Rust',
|
||||
'Pop!_OS',
|
||||
'Figma',
|
||||
'Netlify',
|
||||
'WordPress',
|
||||
'HTML',
|
||||
'CSS',
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Renan Moura',
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in a new issue