feat/projects-list
Kamran Ahmed 4 months ago
parent 05d9806c1c
commit 9fb5783ea9
  1. 6
      src/data/projects/task-tracker.md
  2. 5
      src/pages/projects/[projectId].astro

@ -1,9 +1,9 @@
---
title: 'Task Tracker CLI'
description: 'Build a command line interface (CLI) to track your tasks and manage your to-do list.'
title: 'Task Tracker'
description: 'Build a command line (CLI) app to track your tasks and manage your to-do list.'
isNew: false
difficulty: 'beginner'
nature: 'API'
nature: 'CLI'
skills:
- 'Programming Language'
- 'CLI'

@ -94,7 +94,6 @@ const githubUrl = `https://github.com/kamranahmedse/developer-roadmap/tree/maste
</div>
<div class='mt-4'>
<p class='mb-2 text-sm text-gray-500'>Skills you will practice:</p>
<div class='flex flex-row gap-1.5'>
{
projectData.skills.map((skill) => (
@ -115,13 +114,13 @@ const githubUrl = `https://github.com/kamranahmedse/developer-roadmap/tree/maste
class='mt-5 flex items-center justify-center rounded-lg bg-yellow-100 p-3 flex-wrap'
>
<AstroIcon class='mr-2 inline-block h-5 w-5' icon='github' />
Found a mistake? Help us improve this by
Found a mistake?
<a
class='underline underline-offset-2 ml-1'
href={githubUrl}
target='_blank'
>
editing this project
Help us improve this page
</a>
</div>
</div>

Loading…
Cancel
Save