mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
fa23ca4802
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: 'Vikash Patel',
|
||||||
|
description: 'Engineer, Programmer, Web Developer',
|
||||||
|
url: 'https://vk4s.github.io/uses/',
|
||||||
|
emoji: '👨💻',
|
||||||
|
country: '🇮🇳',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Python',
|
||||||
|
'Django',
|
||||||
|
'Flask',
|
||||||
|
'Javascript',
|
||||||
|
'Node',
|
||||||
|
'Vue',
|
||||||
|
'HTML5',
|
||||||
|
'CSS3',
|
||||||
|
'Markdown',
|
||||||
|
'Nginx',
|
||||||
|
'Git',
|
||||||
|
'Github',
|
||||||
|
'vscode',
|
||||||
|
'Photoshop',
|
||||||
|
'Inkscape',
|
||||||
|
'Figma',
|
||||||
|
'Developer',
|
||||||
|
'linux',
|
||||||
|
'bash',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Simone Silvestroni',
|
name: 'Simone Silvestroni',
|
||||||
description: 'Sound designer, web developer, bass player',
|
description: 'Sound designer, web developer, bass player',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue