From 74b466905c3fcb9ae1431e84cecf1669aac05b92 Mon Sep 17 00:00:00 2001 From: Akash-Tandale001 Date: Mon, 26 Jun 2023 22:52:19 +0530 Subject: [PATCH] chore: project addition by Akash-Tandale001 #1416 --- src/DB/projects.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/DB/projects.json b/src/DB/projects.json index 279edfa16..7df5ccda3 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -2915,5 +2915,47 @@ "tech": ["HTML", "MATERIALUI" , "REACT" , "CSS","COINGECKOAPI", "JAVASCRIPT"] } ] +}, +{ + "github_username": "Akash-Tandale001", + "Social_media": { + "gitHub": "https://github.com/Akash-Tandale001", + "LinkedIn": "https://www.linkedin.com/in/akash-tandale-ab7b3120a/", + "Instagram": "https://www.instagram.com/akash_tandale.11/", + "YouTube": "#", + "Twitter": "https://twitter.com/AkashTandale6" + }, + "Projects": [ + { + "link": "https://github.com/Akash-Tandale001/Health-Manegment-System", + "title": "Health-Manegment-System", + "description": "Build a hospital management system with an MVC design pattern that provides 6 different facilities for users to book, claim and inquire about various services. Reviewed under Admin dashboard with all CRUD operations under secured access control.", + "tech": ["Spring Boot MVC","Spring Security","Spring JPA","Thymleaf","AWS Mysql (RDS)","Java Mail Services", "Docker","Kubernetes"] + }, + { + "link": "https://github.com/Akash-Tandale001/CryptoQuest-website", + "title": "CryptoQuest", + "description": "Developed a Crypto tracking web application, that provides over 2000+ crypto coin details with a graphical representation of each crypto coin trend history over the last year, month, or day and can view pricing in various currencies.", + "tech": ["React JS","Redux Toolkit","Material UI","ChartJs"] + }, + { + "link": "https://github.com/Akash-Tandale001/E-Commerce-Site", + "title": "Medcare", + "description": "Analyzed and developed an E-commerce application with 1000+ products in different categories such as Entertainment, Mobile, Laptops,etc. With payment feature integrated through Stripe payment.", + "tech": ["React JS","Redux Toolkit","Material UI","ChartJs","Tailwind CSS","STRIPE"] + }, + { + "link": "https://github.com/Akash-Tandale001/TodoList", + "title": "TodoList", + "description": "Created simple todo list app", + "tech": ["React JS","Bootstrap v5"] + }, + { + "link": "https://github.com/Akash-Tandale001/NewsHash", + "title": "NewsHash", + "description": "NewsHash is simple,fast,userfriendly website to fetch updated news from verious domain such as Entertainment,Spots,Technology etc...", + "tech": ["React JS","Bootstrap v5"] + } + ] } ]