diff --git a/src/constants/data/projects.data.ts b/src/constants/data/projects.data.ts index 59e2d0e..f77c60c 100644 --- a/src/constants/data/projects.data.ts +++ b/src/constants/data/projects.data.ts @@ -40,6 +40,15 @@ const projects: ProjectCardPropType[] = [ contributors: "https://contrib.rocks/image?repo=28softwares/DocumentProject", }, + { + title: "Location API", + repoLink: "https://github.com/28softwares/location-api", + description: + "LocationAPI for Nepal's provinces, districts, municipalities, and wards", + contributorsGraph: + "https://github.com/28softwares/location-api/graphs/contributors", + contributors: "https://contrib.rocks/image?repo=28softwares/location-api", + }, ]; export default projects; diff --git a/src/ui/organisms/Milestone.tsx b/src/ui/organisms/Milestone.tsx index a5ae216..8a97021 100644 --- a/src/ui/organisms/Milestone.tsx +++ b/src/ui/organisms/Milestone.tsx @@ -8,8 +8,8 @@ export default function Milestones() { const milestones = [ { title: "Free React.js Course", - date: "Jan 5, 2022 - Apr 19, 2022", - duration: "3.5 Months", + date: "Jan 5, 2022 - Jan 28, 2022", + duration: "1 Months", icon: , link: "https://learn.everydaykarmaa.com/notes/reactjs/understanding-package-managers-npm.-vs-yarn-intro-to-react-js", },