const projects = [
    {
      "folder": "./01_Article-preview-component/",
      "title": "Article preview component",
      "originalLink": "https://www.frontendmentor.io/challenges/article-preview-component-dYBN_pYFT",
      "description": "Practice your layout skills with this article preview component. There's lots of fun to be had playing around with animations for the sharing icons as well.",
      "techs": ["html", "css", "js"]
    },
    {
      "folder": "./02_Four-card-feature-section/",
      "title": "Four card feature section",
      "originalLink": "https://www.frontendmentor.io/challenges/four-card-feature-section-weK1eFYK",
      "description": "A nice layout-based challenge for beginners. This will test anyone who is new to multi-column and responsive layouts.",
      "techs": ["html", "css"]
    },
    {
      "folder": "./03_Simple-price-grid-component/",
      "title": "Single price grid component",
      "originalLink": "https://www.frontendmentor.io/challenges/single-price-grid-component-5ce41129d0ff452fec5abbbc",
      "description": "In this challenge, you will build out the pricing component to the designs provided.",
      "techs": ["html", "css"]
    },
    {
      "folder": "./04_Intro-component-with-singup-form/",
      "title": "Intro component with sign-up form",
      "originalLink": "https://www.frontendmentor.io/challenges/intro-component-with-signup-form-5cf91bd49edda32581d28fd1",
      "description": "Practice building out a sign-up form complete with client-side validation using JavaScript.",
      "techs": ["html", "css", "js"]
    },
    {
      "folder": "./05_Base-apprel-coming-soon/",
      "title": "Base Apparel coming soon page",
      "originalLink": "https://www.frontendmentor.io/challenges/base-apparel-coming-soon-page-5d46b47f8db8a7063f9331a0",
      "description": "This layout looks simple enough, but there are some interesting details to it that will test your CSS skills. You'll also get to practice basic form validation.",
      "techs": ["html", "css", "js"]
    },
    {
      "folder": "./06_Coding-bootcamp-testimonials-slider/",
      "title": "Coding bootcamp testimonials slider",
      "originalLink": "https://www.frontendmentor.io/challenges/coding-bootcamp-testimonials-slider-4FNyLA8JL",
      "description": "This challenge will be a nice test if you're new to JavaScript. It's also a great opportunity to play around with content animations and transitions.",
      "techs": ["html", "css", "js"]
    },
    {
      "folder": "./07_Pricing-component-with-toggle/",
      "title": "Pricing component with toggle",
      "originalLink": "https://www.frontendmentor.io/challenges/pricing-component-with-toggle-8vPwRMIC",
      "description": "This challenge will get you thinking about building an accessible custom toggle control and also test your layout skills.",
      "techs": ["html", "css", "js"]
    },
    {
      "projectLink": "https://dk-fmc-social-media-dashboard.netlify.app",
      "folder": "./08_Social-media-dashboard-with-theme-swithcher/",
      "title": "Social media dashboard with theme switcher",
      "originalLink": "https://www.frontendmentor.io/challenges/social-media-dashboard-with-theme-switcher-6oY8ozp_H",
      "description": "This challenge will be a perfect chance to practice your Grid skills. The color theme switcher also adds a nice additional test.",
      "techs": ["html", "css", "react"]
    },
    {
      "projectLink": "https://dk-fmc-rock-paper-scissors.netlify.app",
      "folder": "./09_rock-paper-scissors/",
      "title": "Rock, Paper, Scissors game",
      "originalLink": "https://www.frontendmentor.io/challenges/rock-paper-scissors-game-pTgwgvgH",
      "description": "This challenge will test your HTML, CSS and JavaScript skills. There's even a Rock, Paper, Scissors, Lizard, Spock version if you really want to challenge yourself.",
      "techs": ["html", "css", "react"]
    },
    {
      "projectLink": "https://dk-fmc-rest-countries-api.netlify.app",
      "folder": "./10_rest-countries-api/",
      "title": "REST Countries API",
      "originalLink": "https://www.frontendmentor.io/challenges/rest-countries-api-with-color-theme-switcher-5cacc469fec04111f7b848ca",
      "description": "If you're wanting to test your JavaScript skills this is the challenge for you. Use whichever JS framework you prefer and pull data from the REST Countries API.",
      "techs": ["html", "css", "react"]
    },
    {
      "projectLink": "https://dk-fmc-job-listing.netlify.app",
      "folder": "./11_job-listing-with-filtering/",
      "title": "Job Listing with Filtering",
      "originalLink": "https://www.frontendmentor.io/challenges/job-listings-with-filtering-ivstIPCt",
      "description": "In this challenge, you'll be using JavaScript to filter out jobs based on the categories selected.",
      "techs": ["html", "tailwind", "react"]
    },
]
