Skip to content

Commit

Permalink
added portfolio project and AOS offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhendu-bhakat committed Jun 26, 2024
1 parent c47c4b1 commit 9ba1a7f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
Binary file added assets/projects/portfolio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions src/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
"source": "https://github.com/Shubhendu-bhakat/TripIndia-MakeTrip.in-"
},
{
"title": "Wether-App",
"title": "Portfolio",
"imageSrc": "projects/portfolio.png",
"description": "This is a my Portfolio website which i have made using React js AOS laibrary ,css modules.It is completly responsive on diffrent devices",
"skills": ["React js", "Express js", "Node js", "IBM Wether API","JSX","babel"],
"demo": "http://shubhenedu.vercel.app/",
"source": "https://github.com/Shubhendu-bhakat/PORTFOLIO"
},
{
"title": "Weather-App",
"imageSrc": "projects/wether.png",
"description": "Objective is to get the current temperature using the name of a place and by using the Wether API we can get the wether information about that specified place .It has some dainamic fetures which makes it more easy to use",
"skills": ["React js", "Express js", "Node js", "IBM Wether API","JSX","babel"],
Expand All @@ -31,20 +39,21 @@
"demo": "https://github.com/Shubhendu-bhakat/SIMON-GAME",
"source": "https://github.com/Shubhendu-bhakat/SIMON-GAME"
},
{
"title": "Amazon Clone",
"imageSrc": "projects/amazon.png",
"description": "This is a project made to gain some hands on experiance on MERN stack and it is a clone of Amazon.",
"skills": ["Express", "Node","javaScript","Embeded javaScript","SQL","bootstrap"],
"demo": "https://github.com/Shubhendu-bhakat/AMAZON-CLONE",
"source": "https://github.com/Shubhendu-bhakat/AMAZON-CLONE"
},
{
"title": "Utkal Diwas",
"imageSrc": "projects/utkaldiwas.png",
"description": "This is a project made to learn the latest languages by building an app.",
"skills": ["Embeded javaScript", "Express", "Node","bootstrap","Html5","javaScript","MVC architecture"],
"demo": "https://github.com/Shubhendu-bhakat/UTKAL-DIWAS",
"source": "https://github.com/Shubhendu-bhakat/UTKAL-DIWAS"
},
{
"title": "Amazon Clone",
"imageSrc": "projects/amazon.png",
"description": "This is a project made to gain some hands on experiance on MERN stack and it is a clone of Amazon.",
"skills": ["Express", "Node","javaScript","Embeded javaScript","SQL","bootstrap"],
"demo": "https://github.com/Shubhendu-bhakat/AMAZON-CLONE",
"source": "https://github.com/Shubhendu-bhakat/AMAZON-CLONE"
}

]

0 comments on commit 9ba1a7f

Please sign in to comment.