{
  "projects": [
    {
      "id": 1,
      "title": "Organo",
      "description": "Register and view your teams and collaborators. A place where you can organize people and teams.",
      "preview": "https://organo-lesantosx.vercel.app/",
      "code": "https://github.com/lesantosx/organo",
      "image": "https://i.imgur.com/XJg5nAD.png",
      "techs": [
        {
          "id": 1,
          "name": "React",
          "icon": "/assets/techs/react.svg"
        },
        {
          "id": 2,
          "name": "JavaScript",
          "icon": "/assets/techs/javascript.svg"
        },
        {
          "id": 3,
          "name": "CSS3",
          "icon": "/assets/techs/css.svg"
        }
      ]
    },
    {
      "id": 2,
      "title": "netflix-clone",
      "description": "This project is a simplified front-end clone of the Netflix streaming platform.",
      "preview": "https://netflix-clone-lesantosx.vercel.app/",
      "code": "https://github.com/lesantosx/netflix-clone",
      "image": "https://i.imgur.com/Co4iS3j.png",
      "techs": [
        {
          "id": 1,
          "name": "React",
          "icon": "/assets/techs/react.svg"
        },
        {
          "id": 2,
          "name": "JavaScript",
          "icon": "/assets/techs/javascript.svg"
        },
        {
          "id": 3,
          "name": "CSS3",
          "icon": "/assets/techs/css.svg"
        }
      ]
    },
    {
      "id": 3,
      "title": "fake-shopping",
      "description": "This is a fake e-commerce project, for you to buy and pay for fake things.",
      "preview": "https://fake-shopping-lesantosx.vercel.app/",
      "code": "https://github.com/lesantosx/fake-shopping",
      "image": "https://i.imgur.com/1umqlOe.png",
      "techs": [
        {
          "id": 1,
          "name": "React",
          "icon": "/assets/techs/react.svg"
        },
        {
          "id": 2,
          "name": "JavaScript",
          "icon": "/assets/techs/javascript.svg"
        },
        {
          "id": 3,
          "name": "Tailwindcss",
          "icon": "/assets/techs/tailwindcss.svg"
        }
      ]
    },
    {
      "id": 4,
      "title": "nlw-copa",
      "description": "App Project developed with Rocketseat.",
      "preview": "",
      "code": "https://github.com/lesantosx/nlw-copa",
      "image": "https://user-images.githubusercontent.com/20993374/199374042-c1ee8ae9-e707-4705-8327-01719f6fdf7f.png",
      "techs": [
        {
          "id": 1,
          "name": "React",
          "icon": "/assets/techs/react.svg"
        },
        {
          "id": 2,
          "name": "NextJS",
          "icon": "/assets/techs/nextjs.svg"
        },
        {
          "id": 3,
          "name": "TypeScript",
          "icon": "/assets/techs/typescript.svg"
        },
        {
          "id": 4,
          "name": "Node.js",
          "icon": "/assets/techs/nodejs.svg"
        }
      ]
    }
  ]
}