Skip to content

Commit 9a94cca

Browse files
committed
feat(daily-dose): add daily-dose to my projects
1 parent da7a2cb commit 9a94cca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/daily-dose.png

94.3 KB
Loading

src/components/projects.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
import { Image } from "astro:assets";
33
import vanlife from "../../public/van-life.png";
4+
import dailydose from "../../public/daily-dose.png";
45
56
interface Project {
67
title: string;
@@ -11,6 +12,12 @@ interface Project {
1112
}
1213
1314
const projects: Project[] = [
15+
{
16+
title: "Daily Dose",
17+
image: dailydose as ImageMetadata,
18+
link: "https://github.com/freeCodeCamp-2025-Summer-Hackathon/indigo-class#",
19+
description: "A full-stack platform for daily affirmations and positive self-talk, built with HTML, CSS, JavaScript, and Flask.",
20+
},
1421
{
1522
title: "Van Life",
1623
image: vanlife as ImageMetadata,

0 commit comments

Comments
 (0)