From 1a35e73705b07a1c97a260389a4be419b769139f Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Sun, 11 Feb 2024 07:27:40 -0500 Subject: [PATCH] #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"] } ] }