mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
f5e18cacd1
1 changed files with 30 additions and 0 deletions
30
src/data.js
30
src/data.js
|
|
@ -1,6 +1,36 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Tom Gooden',
|
||||||
|
description: 'Born at a very young age. Front-end developer - UX/UI designer. 🐙',
|
||||||
|
url: 'https://tomgooden.net/uses',
|
||||||
|
twitter: '@good3n',
|
||||||
|
emoji: '🐙',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Web Developer',
|
||||||
|
'Front End',
|
||||||
|
'JavaScript',
|
||||||
|
'Designer',
|
||||||
|
'Design Systems',
|
||||||
|
'UI/UX',
|
||||||
|
'JAMstack',
|
||||||
|
'React',
|
||||||
|
'Gatsby',
|
||||||
|
'Next',
|
||||||
|
'Figma',
|
||||||
|
'CSS',
|
||||||
|
'HTML',
|
||||||
|
'PHP',
|
||||||
|
'WordPress',
|
||||||
|
'Styled-Components',
|
||||||
|
'Gamer',
|
||||||
|
'SEO',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Nick East',
|
name: 'Nick East',
|
||||||
description: 'Front-end developer, UX/UI designer, Web Jedi 🧙♂️ ',
|
description: 'Front-end developer, UX/UI designer, Web Jedi 🧙♂️ ',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue