Skip to content

Commit

Permalink
Added Projects and Experience (#136)
Browse files Browse the repository at this point in the history
* chore: added new projects

- spotify vanilla clone
- keeping it sou
- altruize
- token tribe

* chore: added work experience

- sundar clinic
- srm project assistant

* chore: added social sphere project

* chore: added mind-check project
  • Loading branch information
kunalkeshan authored Oct 12, 2023
1 parent 42e156e commit 2131813
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 9 deletions.
38 changes: 31 additions & 7 deletions data/experience.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ const EXPERIENCE: Experiences = [
},
},
{
company: "IEEE SRM SB",
position: "Chairperson, Computer Society",
company: "Sundar Clinic",
position: "Full-Stack Developer, Part time",
description:
"Conducted events, trained members in various aspects of computer science (basics, Web and App development, AI/ML, & blockchain). Managed in-house and external projects.",
website: "https://www.ieeesrmist.in/",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1675429201/Portfolio/experience/IEEElogo_fa3bhb.png",
"Designed and launched a responsive website for Sundar Clinic, strengthening its online presence and user-friendliness. Integrated Sanity CMS, enabling efficient content management by clinic staff and reducing developer dependency. Optimized performance for faster page loads, enhancing the patient experience on sundarclinic.com.",
website: "https://sundarclinic.com",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1696013861/Portfolio/experience/sundar-clinic.png",
date: {
start: "Oct 2021",
end: "Sept 2023",
start: "Apr 2023",
end: "Sep 2023",
},
},
{
Expand All @@ -59,6 +59,30 @@ const EXPERIENCE: Experiences = [
end: "March 2023",
},
},
{
company: "SRM Institute of Science & Technology",
position: "Project Assistant",
description:
"Crafted a custom UI using React, TypeScript, and Axios to enhance interaction with a neural network model on PYNQ Z-Series hardware. Collaborated with cross-functional teams, including hardware engineers and medical professionals, and established secure traffic tunneling via Ngrok for seamless UI operation.",
website: "https://srmist.edu.in/",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1676359360/Portfolio/experience/srmist_n5dnqj.png",
date: {
start: "Nov 2022",
end: "March 2023",
},
},
{
company: "IEEE SRM SB",
position: "Chairperson, Computer Society",
description:
"Conducted events, trained members in various aspects of computer science (basics, Web and App development, AI/ML, & blockchain). Managed in-house and external projects.",
website: "https://www.ieeesrmist.in/",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1675429201/Portfolio/experience/IEEElogo_fa3bhb.png",
date: {
start: "Oct 2021",
end: "Sept 2023",
},
},
{
company: "Blackwins Tech Solutions",
position: "Frontend Developer, Intern",
Expand Down
98 changes: 96 additions & 2 deletions data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,31 @@ type Projects = Project[];

// Projects Container
const PROJECTS: Projects = [
{
type: "web development",
title: "Mind-Check",
description:
"Mind Check is a free and open-source web application designed to assess and track your mental well-being. Take a variety of mental health tests, receive personalized feedback, and track your progress over time. Improve your mental well-being with Mind Check's resources.",
github: "https://github.com/kunalkeshan/Mind-Check",
website: "https://mind-check.vercel.app/",
logo: "https://raw.githubusercontent.com/kunalkeshan/Mind-Check/main/public/mind-check-logo.png",
coverImage:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697084423/Portfolio/projects/undraw_community_re_cyrm_lcs2qp.svg",
color: "#ffc8c8",
feature: true,
slug: "mind-check",
technologies: ["Next.js", "Firebase", "Tailwind CSS", "TypeScript"],
motivation:
'The motivation behind "Mind Check" is to offer individuals a free and accessible resource for assessing and tracking their mental well-being. In a time where mental health is of paramount importance, I believe that these tests should be readily available to anyone without any paywall restrictions or the need to sign up. The aim is to empower users with a test that evaluate various aspects of their mental health, providing them with personalized feedback and insights, ultimately promoting a holistic approach to mental well-being.',
images: [
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697084947/Portfolio/projects/mind-check/landing_p7q1j9.png",
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697084947/Portfolio/projects/mind-check/score-history_q5wu2k.png",
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697084947/Portfolio/projects/mind-check/profile_kug3yj.png",
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697084947/Portfolio/projects/mind-check/resources_pj1eaw.png",
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697084947/Portfolio/projects/mind-check/test_gxrse3.png",
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697084946/Portfolio/projects/mind-check/test-intro_cpurbs.png",
],
},
{
type: "web development",
title: "Shiryoku (Resources)",
Expand Down Expand Up @@ -89,6 +114,48 @@ const PROJECTS: Projects = [
"https://res.cloudinary.com/kunalkeshan/image/upload/v1675591607/Portfolio/projects/ece-notes-initiative/notes5_xu0r6v.png",
],
},
{
type: "web development",
title: "Social Sphere",
description:
"Web app that allows users to create their own personal page to share their social media links and other personalized links. Built using MERN Stack.",
github: "https://github.com/kunalkeshan/Social-Sphere",
website: "https://social-sphere-jet.vercel.app/",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1697082697/Portfolio/art-pic-kunal-keshan_square.jpg",
coverImage:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697083915/Portfolio/projects/undraw_social_growth_re_tjy9_pt1wib.svg",
color: "#80808040",
feature: false,
slug: "social-sphere",
},
{
type: "web development",
title: "Token Tribe",
description:
'Token Tribe is a cutting-edge web3-based communities app designed for social media communities. With this app, community heads can create their own communities on our website and users can make decisions about the content and activities within these communities by voting using a token called "CommuniCoin."',
github: "https://github.com/kunalkeshan/Token-Tribe",
website: "https://tokentribe.vercel.app/",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1697082697/Portfolio/art-pic-kunal-keshan_square.jpg",
coverImage:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697083062/Portfolio/projects/undraw_community_re_cyrm_fhvobz.svg",
color: "#80808040",
feature: false,
slug: "token-tribe",
},
{
type: "web development",
title: "Altruize",
description:
"A web3-based NGO donations app has several advantages over a web2-based app. Web3 technology, which is built on blockchain, enables secure and transparent transactions, with no need for intermediaries like banks or payment processors. This means that donors can have complete control over their donations, without worrying about fraud or misuse of funds.",
github: "https://github.com/kunalkeshan/Altruize",
website: "https://altruize.vercel.app/",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1697082697/Portfolio/art-pic-kunal-keshan_square.jpg",
coverImage:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697082596/Portfolio/projects/undraw_showing_support_re_5f2v_pibzp7.svg",
color: "#536DFE40",
feature: false,
slug: "altruize",
},
{
type: "web development",
title: "Atom",
Expand All @@ -99,7 +166,7 @@ const PROJECTS: Projects = [
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1675428847/Portfolio/experience/think_digital_logo_txo2sk.png",
coverImage:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1675499797/Portfolio/projects/group_chat_re_frmo_zazi34.svg",
color: "#1A6885",
color: "#1A688580",
feature: false,
slug: "td-atom",
},
Expand All @@ -113,10 +180,37 @@ const PROJECTS: Projects = [
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1675501377/Portfolio/projects/nexus-logo.29958d16f2b5d7665c64_lvu8ms.png",
coverImage:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1675501196/Portfolio/projects/circuit_sdmr_grloza.svg",
color: "#FF39FF",
color: "#FF39FF40",
feature: false,
slug: "bcd-web-ui",
},
{
type: "video",
title: "Keeping it - Sou",
description:
"Created captivating lyric video using DaVinci Resolve and After Effects, adding visual depth to music through seamless transitions and animated text.",
website: "https://youtu.be/WAHlfYMGgFo?si=W7Pl9GOk9yLOrzlP",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1697082243/Portfolio/projects/sou-logo.jpg",
coverImage:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697082143/Portfolio/projects/undraw_music_re_a2jk_tvqbt4.svg",
color: "#00B0FF40",
feature: false,
slug: "keeping-it-sou",
},
{
type: "web development",
title: "Spotify Vanilla Clone",
description:
"Designed and built a Spotify Vanilla Clone in HTML, CSS, and JavaScript, instructing workshop attendees in web development, audio streaming, and UI/UX principles.",
github: "https://github.com/kunalkeshan/spotify-vanilla-clone",
website: "https://spotify-vanilla-clone.netlify.app/",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1697082697/Portfolio/art-pic-kunal-keshan_square.jpg",
coverImage:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1697083224/Portfolio/projects/undraw_mello_otq1_nf7vay.svg",
color: "#1DB95440",
feature: false,
slug: "spotify-vanilla-clone",
},
];

export default PROJECTS;

1 comment on commit 2131813

@vercel
Copy link

@vercel vercel bot commented on 2131813 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.