Skip to content

Commit

Permalink
added some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-walker-23 committed Nov 23, 2024
1 parent cef9fc4 commit 9d335b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,15 @@ export const projectsData = [
liveLink: "https://hirrd-by-vinay-chhabra.vercel.app/",
githubLink: "https://github.com/code-walker-23/job-portal",
},
{
title: "Sorting Visualizer",
description:
"An interactive sorting visualizer that lets users visualize various sorting algorithms in action. Users can customize array values and speeds, providing an engaging educational tool for understanding sorting mechanisms.",
tags: ["Next.js", "Typescript", "Tailwind CSS", "Vercel"],
imageUrl: sortingVisualizer,
liveLink: "https://sorting-visualizer-by-vinay-chhabra.vercel.app/",
githubLink: "https://github.com/code-walker-23/sorting-visualizer",
},
{
title: "Schedullr",
description:
Expand All @@ -150,15 +159,6 @@ export const projectsData = [
liveLink: "https://schedullr-by-vinay-chhabra.vercel.app/",
githubLink: "https://github.com/code-walker-23/schedullr",
},
{
title: "Sorting Visualizer",
description:
"An interactive sorting visualizer that lets users visualize various sorting algorithms in action. Users can customize array values and speeds, providing an engaging educational tool for understanding sorting mechanisms.",
tags: ["Next.js", "Typescript", "Tailwind CSS", "Vercel"],
imageUrl: sortingVisualizer,
liveLink: "https://sorting-visualizer-by-vinay-chhabra.vercel.app/",
githubLink: "https://github.com/code-walker-23/sorting-visualizer",
},
{
title: "Linkeat",
description:
Expand Down

0 comments on commit 9d335b8

Please sign in to comment.