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' title: 'Task Tracker'
description: 'Build a command line interface (CLI) to track your tasks and manage your to-do list.' description: 'Build a command line (CLI) app to track your tasks and manage your to-do list.'
isNew: false isNew: false
difficulty: 'beginner' difficulty: 'beginner'
nature: 'API' nature: 'CLI'
skills: skills:
- 'Programming Language' - 'Programming Language'
- 'CLI' - 'CLI'

@ -94,7 +94,6 @@ const githubUrl = `https://github.com/kamranahmedse/developer-roadmap/tree/maste
</div> </div>
<div class='mt-4'> <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'> <div class='flex flex-row gap-1.5'>
{ {
projectData.skills.map((skill) => ( 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' 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' /> <AstroIcon class='mr-2 inline-block h-5 w-5' icon='github' />
Found a mistake? Help us improve this by Found a mistake?
<a <a
class='underline underline-offset-2 ml-1' class='underline underline-offset-2 ml-1'
href={githubUrl} href={githubUrl}
target='_blank' target='_blank'
> >
editing this project Help us improve this page
</a> </a>
</div> </div>
</div> </div>

Loading…
Cancel
Save