From b8b4affc6912d35a80e552a2463d197c479c8e66 Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Sun, 11 Feb 2024 06:56:18 -0500 Subject: [PATCH 1/3] fix-issue-#2413: Adding project developed by JuanPabloDiaz --- DB/projects.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index 371bcc753..d04163456 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3693,5 +3693,72 @@ "tech": ["reactjs", "html"] } ] + }, + { + "github_username": "juanPabloDiaz", + "Projects": [ + { + "github_url": "https://github.com/juanPabloDiaz/doc", + "title": "Juan Diaz Documentation Site", + "description": "My Documentation Site for projects, tech notes, and career advancement", + "tech": ["jekyll", "sass"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/brothers-landingPage", + "title": "Landing Page", + "description": "Landing page from a Figma project. Features include a responsive design and a mobile menu", + "tech": ["reactjs", "tailwindcss"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/jpshop", + "title": "Jp-Shop", + "description": "e-Commerce that consumes an API to fetch products. Features include a sign in, product filtering, skeleton screens, and pagination", + "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/freecodecamp", + "title": "github-profile", + "description": "A Collection of all the FreeCodeCamp projects", + "tech": [ + "javascript", + "reactjs", + "redux", + "html", + "markdown", + "git", + "nodejs", + "jquery", + "rest api", + "css", + "sass", + "bootstrap", + "tailwindcss" + ] + }, + { + "github_url": "https://github.com/juanPabloDiaz/youtube", + "title": "Youtube Clone", + "description": "A Youtube clone that consumes the Youtube API to fetch videos. Features include a search bar, video player, and video list", + "tech": ["html", "css", "javascript"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/pinterest", + "title": "Pinterest Clone", + "description": "A Pinterest Clone", + "tech": ["reactjs", "html", "css", "javascript"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/devMemes-RapidAPI", + "title": "Dev Memes", + "description": "A fun project that consumes an API to fetch memes", + "tech": ["html", "css", "javascript"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/SelfHosting-PiServer", + "title": "Self Hosting - Pi Server", + "description": "Setup a home server using a Raspberry Pi", + "tech": ["html", "css", "javascript"] + } + ] } ] From 1a35e73705b07a1c97a260389a4be419b769139f Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Sun, 11 Feb 2024 07:27:40 -0500 Subject: [PATCH 2/3] #2413: Adding more project developed by JuanPabloDiaz --- DB/projects.json | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/DB/projects.json b/DB/projects.json index d04163456..5e537e4fe 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3711,14 +3711,14 @@ }, { "github_url": "https://github.com/juanPabloDiaz/jpshop", - "title": "Jp-Shop", + "title": "Jp-Shop (E-commerce)", "description": "e-Commerce that consumes an API to fetch products. Features include a sign in, product filtering, skeleton screens, and pagination", "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] }, { "github_url": "https://github.com/juanPabloDiaz/freecodecamp", - "title": "github-profile", - "description": "A Collection of all the FreeCodeCamp projects", + "title": "FreeCodeCamp Collection", + "description": "A Collection of all the FreeCodeCamp projects: a Simon Game, Tic Tac Toe, Calculator, Markdown Previewer and more", "tech": [ "javascript", "reactjs", @@ -3758,6 +3758,42 @@ "title": "Self Hosting - Pi Server", "description": "Setup a home server using a Raspberry Pi", "tech": ["html", "css", "javascript"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/random-quote-generator", + "title": "Random Quote Generator", + "description": "Responsive web application that allows users to generate endless random quotes with the click of a button", + "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/markdownPreviewer", + "title": "Markdown Previewer", + "description": "Responsive web application that allows users to write and preview markdown syntax in real-time", + "tech": ["javascript", "reactjs", "vite.js", "tailwindcss", "rest api"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/wikipediaViewer", + "title": "Wikipedia Viewer", + "description": "Responsive react project that fetch data from the Wikipedia API", + "tech": ["reactjs", "vite.js", "tailwindcss", "rest api"] + }, + { + "github_url": "https://github.com/JuanPabloDiaz/calculator", + "title": "Calculator", + "description": "Simple calculator build with React, Tailwind CSS and Vite.js", + "tech": ["reactjs", "vite.js", "tailwindcss"] + }, + { + "github_url": "https://github.com/JuanPabloDiaz/ticTacToe", + "title": "Tic Tac Toe Game", + "description": "Classic game, reborn for the web", + "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] + }, + { + "github_url": "https://github.com/JuanPabloDiaz/simonGame", + "title": "Simon Game", + "description": "Memory matching game. Fully responsive React project.", + "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] } ] } From 1249cc95f133313e28cd2ab094d751821cc0ad92 Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Sun, 11 Feb 2024 07:39:15 -0500 Subject: [PATCH 3/3] #2413: Update project developed by JuanPabloDiaz --- DB/projects.json | 84 ++++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/DB/projects.json b/DB/projects.json index 5e537e4fe..343301719 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3697,24 +3697,6 @@ { "github_username": "juanPabloDiaz", "Projects": [ - { - "github_url": "https://github.com/juanPabloDiaz/doc", - "title": "Juan Diaz Documentation Site", - "description": "My Documentation Site for projects, tech notes, and career advancement", - "tech": ["jekyll", "sass"] - }, - { - "github_url": "https://github.com/juanPabloDiaz/brothers-landingPage", - "title": "Landing Page", - "description": "Landing page from a Figma project. Features include a responsive design and a mobile menu", - "tech": ["reactjs", "tailwindcss"] - }, - { - "github_url": "https://github.com/juanPabloDiaz/jpshop", - "title": "Jp-Shop (E-commerce)", - "description": "e-Commerce that consumes an API to fetch products. Features include a sign in, product filtering, skeleton screens, and pagination", - "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] - }, { "github_url": "https://github.com/juanPabloDiaz/freecodecamp", "title": "FreeCodeCamp Collection", @@ -3736,64 +3718,82 @@ ] }, { - "github_url": "https://github.com/juanPabloDiaz/youtube", - "title": "Youtube Clone", - "description": "A Youtube clone that consumes the Youtube API to fetch videos. Features include a search bar, video player, and video list", - "tech": ["html", "css", "javascript"] - }, - { - "github_url": "https://github.com/juanPabloDiaz/pinterest", - "title": "Pinterest Clone", - "description": "A Pinterest Clone", - "tech": ["reactjs", "html", "css", "javascript"] + "github_url": "https://github.com/juanPabloDiaz/doc", + "title": "Juan Diaz Documentation Site", + "description": "My Documentation Site for projects, tech notes, and career advancement", + "tech": ["jekyll", "sass"] }, { - "github_url": "https://github.com/juanPabloDiaz/devMemes-RapidAPI", - "title": "Dev Memes", - "description": "A fun project that consumes an API to fetch memes", - "tech": ["html", "css", "javascript"] + "github_url": "https://github.com/juanPabloDiaz/jpshop", + "title": "Jp-Shop (E-commerce)", + "description": "e-Commerce that consumes an API to fetch products. Features include a sign in, product filtering, skeleton screens, and pagination", + "tech": ["reactjs", "tailwindcss", "rest api"] }, { - "github_url": "https://github.com/juanPabloDiaz/SelfHosting-PiServer", - "title": "Self Hosting - Pi Server", - "description": "Setup a home server using a Raspberry Pi", - "tech": ["html", "css", "javascript"] + "github_url": "https://github.com/juanPabloDiaz/brothers-landingPage", + "title": "Landing Page", + "description": "Landing page from a Figma project. Features include a responsive design and a mobile menu", + "tech": ["reactjs", "tailwindcss"] }, { "github_url": "https://github.com/juanPabloDiaz/random-quote-generator", "title": "Random Quote Generator", "description": "Responsive web application that allows users to generate endless random quotes with the click of a button", - "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] + "tech": ["reactjs", "tailwindcss", "rest api"] }, { "github_url": "https://github.com/juanPabloDiaz/markdownPreviewer", "title": "Markdown Previewer", "description": "Responsive web application that allows users to write and preview markdown syntax in real-time", - "tech": ["javascript", "reactjs", "vite.js", "tailwindcss", "rest api"] + "tech": ["reactjs", "tailwindcss"] }, { "github_url": "https://github.com/juanPabloDiaz/wikipediaViewer", "title": "Wikipedia Viewer", "description": "Responsive react project that fetch data from the Wikipedia API", - "tech": ["reactjs", "vite.js", "tailwindcss", "rest api"] + "tech": ["reactjs", "tailwindcss", "rest api"] }, { "github_url": "https://github.com/JuanPabloDiaz/calculator", "title": "Calculator", "description": "Simple calculator build with React, Tailwind CSS and Vite.js", - "tech": ["reactjs", "vite.js", "tailwindcss"] + "tech": ["reactjs", "tailwindcss"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/devMemes-RapidAPI", + "title": "Dev Memes", + "description": "A fun project that consumes an API to fetch memes", + "tech": ["reactjs", "tailwindcss", "rest api"] }, { "github_url": "https://github.com/JuanPabloDiaz/ticTacToe", "title": "Tic Tac Toe Game", "description": "Classic game, reborn for the web", - "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] + "tech": ["reactjs", "tailwindcss"] }, { "github_url": "https://github.com/JuanPabloDiaz/simonGame", "title": "Simon Game", "description": "Memory matching game. Fully responsive React project.", - "tech": ["javascript", "reactjs", "vite.js", "tailwindcss"] + "tech": ["reactjs", "tailwindcss"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/youtube", + "title": "Youtube Clone", + "description": "A Youtube clone that consumes the Youtube API to fetch videos. Features include a search bar, video player, and video list", + "tech": ["html", "css", "javascript"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/pinterest", + "title": "Pinterest Clone", + "description": "A Pinterest Clone", + "tech": ["reactjs", "html", "css", "javascript"] + }, + { + "github_url": "https://github.com/juanPabloDiaz/SelfHosting-PiServer", + "title": "Self Hosting - Pi Server", + "description": "Setup a home server using a Raspberry Pi", + "tech": ["html", "css", "javascript"] } ] }