Skip to content

Commit

Permalink
added more projects
Browse files Browse the repository at this point in the history
  • Loading branch information
geekpuja committed Dec 1, 2023
1 parent 83a83d7 commit 838f015
Show file tree
Hide file tree
Showing 16 changed files with 135 additions and 4 deletions.
Binary file added assets/images/projects/animalrescue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/codeably.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/ecosavvy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/fitpulse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/heart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/mental.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/nexus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/nimbus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/notesphere.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/original.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/pawsome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/spendwise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/syncboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/projects/techtonic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ <h2 class="heading"><i class="fas fa-laptop-code"></i> Projects <span>Made</span
<button class="btn is-checked" data-filter="*">All Projects</button>
<button class="btn" data-filter=".mern">MERN Stack</button>
<button class="btn" data-filter=".backend">Backend & Databases</button>
<button class="btn" data-filter=".ai">Artifical Intelligence</button>
<button class="btn" data-filter=".swift">Swift UI</button>
<button class="btn" data-filter=".basicweb">Basic Web</button>
<button class="btn" data-filter=".android">Android App</button>
Expand Down
138 changes: 134 additions & 4 deletions projects/projects.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,92 @@
[
{
"name": "Encore",
"name": "CodeAbly",
"desc": "Realtime Coding Collaboration Platform built with Ably Spaces.",
"image": "codeably",
"category": "mern",
"links": {
"view": "https://code-ably.vercel.app/",
"code": "https://github.com/pujaagarwal5263/CodeAbly"
}
},
{
"name": "Nimbus 2023",
"desc": "Leetcode clone made with Python-Shell and Codemirror.",
"image": "nimbus",
"category": "mern",
"links": {
"view": "https://nimbus-2023.vercel.app/",
"code": "https://github.com/pujaagarwal5263/Nimbus-Backend"
}
},
{
"name": "MindAIginite",
"desc": "Mental health detection and wellbeing platform.",
"image": "mental",
"category": "ai",
"links": {
"view": "https://mindaiginite.netlify.app/",
"code": "https://github.com/pujaagarwal5263/MediHacks-ML-Model"
}
},
{
"name": "CardioCare",
"desc": "Health disease detection, appointment scheduling and wellbeing platform.",
"image": "heart",
"category": "ai",
"links": {
"view": "https://www.youtube.com/watch?v=ljAJZELDG6U",
"code": "https://github.com/pujaagarwal5263/Heart-Disease-Prediction"
}
},
{
"name": "Tech-Tonic",
"desc": "Tech stack recommendor made with fine-tuning GPT-3.",
"image": "techtonic",
"category": "ai",
"links": {
"view": "https://tech-tonic-frontend.netlify.app/",
"code": "https://github.com/pujaagarwal5263/Tech-Tonic-Frontend"
}
},
{
"name": "Encore/ Fundify",
"desc": "Clone of Patreon- Project shortlisted in Accenture hackathon.",
"image": "encore",
"image": "original",
"category": "mern",
"links": {
"view": "#",
"code": "https://github.com/jigar-sable/JavaScript-Projects/tree/main/api-projects/saas-jobs"
"view": "https://fundify-frontend.vercel.app/",
"code": "https://github.com/pujaagarwal5263/Encore-Backend"
}
},
{
"name": "FitPulse",
"desc": "A fitness tracker app made utilizing Google Fitness API and Node.JS",
"image": "fitpulse",
"category": "mern",
"links": {
"view": "https://www.youtube.com/watch?v=tJVG1-pfb-U",
"code": "https://github.com/pujaagarwal5263/Fitness-Tracker-BE"
}
},
{
"name": "Animal Rescue Hub",
"desc": "A protal to manage animal rescue requests and Breed Reconition with Tensorflow.",
"image": "animalrescue",
"category": "ai",
"links": {
"view": "https://www.youtube.com/watch?v=vMCkNnl_pZk",
"code": "https://github.com/pujaagarwal5263/AnimalRescueHub"
}
},
{
"name": "Productivity Nexus",
"desc": "A tool to help users in boosting productivity with Speechly and AI-Assisted Email writing, analysis, and summarization.",
"image": "nexus",
"category": "ai",
"links": {
"view": "https://productivity-nexus.vercel.app/",
"code": "https://github.com/pujaagarwal5263/Nexus-Auth-Backend"
}
},
{
Expand All @@ -19,6 +99,56 @@
"code": "https://github.com/pujaagarwal5263/Grievance-Portal"
}
},
{
"name": "SyncBoard",
"desc": "Realtime drawing tool made with Ably and Node.JS",
"image": "syncboard",
"category": "mern",
"links": {
"view": "https://syncboard.vercel.app/",
"code": "https://github.com/pujaagarwal5263/SyncBoard"
}
},
{
"name": "Pawsome Partners",
"desc": "Animal adoption platform with Node.JS and MongoDB.",
"image": "pawsome",
"category": "mern",
"links": {
"view": "https://pawsome-partners.onrender.com/",
"code": "https://github.com/pujaagarwal5263/PawsomePartners"
}
},
{
"name": "EcoSavvy",
"desc": "Carbon Footprint Calculator made with Climatiq API.",
"image": "ecosavvy",
"category": "react",
"links": {
"view": "https://eco-savvy-score.vercel.app/",
"code": "https://github.com/pujaagarwal5263/EcoSavvy-Score"
}
},
{
"name": "SpendWise",
"desc": "Expense Tracker made with Speechly and Chart.JS",
"image": "spendwise",
"category": "react",
"links": {
"view": "https://expense-tracker-three-eta.vercel.app/",
"code": "https://github.com/pujaagarwal5263/Expense_Tracker"
}
},
{
"name": "NoteSphere",
"desc": "Note taking website made with React.JS and Grafbase (GraphQL).",
"image": "notesphere",
"category": "react",
"links": {
"view": "https://notesphereai.netlify.app/",
"code": "https://github.com/pujaagarwal5263/NoteSphere-Frontend"
}
},
{
"name": "Web RTC Video Chat",
"desc": "A video chat app made using webRTC",
Expand Down

0 comments on commit 838f015

Please sign in to comment.