1
// My personal projects
2
let projects = [
3
    {
4
        name: 'Shopify Bill Pay',
5
        description: 'Shopify Bill Pay is a complete business payments solution powered by Melio',
6
        languages: [ 'TypeScript' ],
7
        stack: [ 'React','TailwindCSS','Plaid','TBT','Cypress','Express.js','Node.js' ],
8
        link: apps.shopify.com/bill-pay,
9
    },
10
    {
11
        name: 'PhotoRoom',
12
        description: 'PhotoRoom allows you to create clean, professional-looking product photography on Shopify',
13
        languages: [ 'TypeScript' ],
14
        stack: [ 'React','TailwindCSS','Firebase','Express.js','Node.js' ],
15
        link: apps.shopify.com/photoroom-production,
16
    },
17
    {
18
        name: 'WaveChat',
19
        description: 'A real-time social media platform to create communities and make friends',
20
        languages: [ 'TypeScript' ],
21
        stack: [ 'React','Next.js','TailwindCSS','GraphQL','Apollo','WebSocket','PostgresSQL','Redis','Prisma','AWS','Docker','TurboRepo' ],
22
        source: github.com/FourLineCode/wavechat,
23
    },
24
    {
25
        name: 'STTP',
26
        description: 'Simple Text Transfer Protocol - A custom decentralized network protocol built on top of TCP',
27
        languages: [ 'Go' ],
28
        source: github.com/FourLineCode/sttp,
29
    },
30
    {
31
        name: 'Fleet',
32
        description: 'A Twitter like social media app',
33
        languages: [ 'TypeScript' ],
34
        stack: [ 'React','Next.js','ChakraUI','React Query','SQLite','Prisma','Zustand' ],
35
        source: github.com/FourLineCode/fleet,
36
    },
37
    {
38
        name: 'Sparked',
39
        description: 'An online visual learning platform with 3D simulations',
40
        languages: [ 'TypeScript','Svelte' ],
41
        stack: [ 'Svelte','Sveltekit','TailwindCSS','Three.js' ],
42
        source: github.com/FourLineCode/sparked,
43
    },
44
    {
45
        name: 'Go-Url',
46
        description: 'A simple url shortener written in svelte and go',
47
        languages: [ 'TypeScript','Go' ],
48
        stack: [ 'Svelte','TailwindCSS','Go Fiber','Gorm','SQLite' ],
49
        source: github.com/FourLineCode/go-url,
50
    },
51
    {
52
        name: 'Nord Dark Pro',
53
        description: 'A Nord based VSCode theme combined with One Dark Pro',
54
        source: github.com/FourLineCode/nord-dark-pro,
55
    },
56
    {
57
        name: 'ClipTale',
58
        description: 'A desktop app to track & manage your clipboard history',
59
        languages: [ 'TypeScript' ],
60
        stack: [ 'React','Electron.js','Webpack','TailwindCSS' ],
61
        source: github.com/FourLineCode/cliptale,
62
    },
63
    {
64
        name: 'Minicel',
65
        description: 'An excel engine without ui to parse .csv files',
66
        languages: [ 'Go' ],
67
        source: github.com/FourLineCode/minicel,
68
    },
69
    {
70
        name: 'Redis-Go',
71
        description: 'An impletemtion of redis cli in Go',
72
        languages: [ 'Go' ],
73
        source: github.com/FourLineCode/redis-go,
74
    },
75
];
76
main
Tab Size: 4
UTF-8
{} Javascript