From 437e8e9fd86e656591997a5480833647ed59524b Mon Sep 17 00:00:00 2001 From: knowankit <44323532+knowankit@users.noreply.github.com> Date: Fri, 10 Sep 2021 18:40:29 +0530 Subject: [PATCH] feat: add a new project --- components/homepage/index.tsx | 7 +++++++ data/projects.ts | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/components/homepage/index.tsx b/components/homepage/index.tsx index 5bd6d20..b115377 100644 --- a/components/homepage/index.tsx +++ b/components/homepage/index.tsx @@ -21,6 +21,13 @@ const Profile = () => { ]; const recentProjects = [ + { + name: 'React smart carousel', + github: 'https://github.com/knowankit/react-smart-carousel', + description: + 'Built with reactjs, typescript. This is a smart and func carousel which remembers how you slid the images', + demo: 'https://knowankit.github.io/react-smart-carousel/' + }, { name: 'Trello Clone - Built with Nextjs framework', github: 'https://github.com/knowankit/trello-clone', diff --git a/data/projects.ts b/data/projects.ts index d2f3ecf..b7a96b3 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -1,4 +1,11 @@ export default [ + { + name: 'React smart carousel', + github: 'https://github.com/knowankit/react-smart-carousel', + description: + 'Built with reactjs, typescript. This is a smart and func carousel which remembers how you slid the images', + demo: 'https://knowankit.github.io/react-smart-carousel/' + }, { name: 'Trello Clone', github: 'https://github.com/knowankit/trello-clone',