mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
feat: add myself :) (#700)
This commit is contained in:
parent
7dce1e948d
commit
7b384c896b
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -1,5 +1,26 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Tim Raderschad',
|
||||||
|
description: 'Germany based JS Enthuasiast',
|
||||||
|
url: 'https://cstrnt.dev/uses',
|
||||||
|
twitter: '@cstrnt',
|
||||||
|
emoji: '👨🚀',
|
||||||
|
country: '🇩🇪',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Blogger',
|
||||||
|
'React',
|
||||||
|
'Next.js',
|
||||||
|
'Node',
|
||||||
|
'Gatsby',
|
||||||
|
'TypeScript',
|
||||||
|
'React Native',
|
||||||
|
'Svelte'
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Gerardo Jaramillo',
|
name: 'Gerardo Jaramillo',
|
||||||
description: 'Developer and Dreamer',
|
description: 'Developer and Dreamer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue