Skip to content

Commit

Permalink
projects updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Jan 8, 2025
1 parent 945b784 commit bc9a269
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions constants/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,24 +152,6 @@ export const projects: Project[] = [
"💻 Deployed with Vercel and GitHub Actions for CI/CD."
]
},
{
title: "Sahithyolsav Manager",
description: "Program management app for SSF Kerala with features for managing events and participants.",
detailedDescription: "Developed in three days using the MERN stack, this app includes mark lists, participant management, and caching for performance boosts. The UI is optimized for fast load times, and JWT authentication ensures data security.",
technologies: [3, 4, 19, 18, 13],
link: "https://sahityotsav-manager.onrender.com",
githubLink: "https://github.com/sinanptm/Program-manager",
isLinkedin: true,
demoLink: "https://www.linkedin.com/posts/sinanptm_mern-react-redux-activity-7220717132450254848-7bGb?utm_source=share&utm_medium=member_desktop",
thumbnail: "/assets/projects/program-manager.png",
achievements: [
"Boosted performance by 70% through memoization.",
"Smart caching reduced API calls by 80%.",
"JWT authentication for security.",
"Implemented mark lists and participant management.",
"Utilized Mui Components for a smooth user experience."
]
},
{
title: "Shortify: URL Shortener API",
description: "A scalable URL shortening service with advanced analytics and Google authentication.",
Expand All @@ -195,6 +177,24 @@ export const projects: Project[] = [
"🛡️ Added URL sanitization and XSS protection"
]
},
{
title: "Sahithyolsav Manager",
description: "Program management app for SSF Kerala with features for managing events and participants.",
detailedDescription: "Developed in three days using the MERN stack, this app includes mark lists, participant management, and caching for performance boosts. The UI is optimized for fast load times, and JWT authentication ensures data security.",
technologies: [3, 4, 19, 18, 13],
link: "https://sahityotsav-manager.onrender.com",
githubLink: "https://github.com/sinanptm/Program-manager",
isLinkedin: true,
demoLink: "https://www.linkedin.com/posts/sinanptm_mern-react-redux-activity-7220717132450254848-7bGb?utm_source=share&utm_medium=member_desktop",
thumbnail: "/assets/projects/program-manager.png",
achievements: [
"Boosted performance by 70% through memoization.",
"Smart caching reduced API calls by 80%.",
"JWT authentication for security.",
"Implemented mark lists and participant management.",
"Utilized Mui Components for a smooth user experience."
]
},
{
title: "URL Shortener",
description: "A URL shortener with click tracking and personalized dashboards.",
Expand Down

0 comments on commit bc9a269

Please sign in to comment.