Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
priyankarpal#2413: Update project developed by JuanPabloDiaz
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz authored Feb 11, 2024
1 parent 1a35e73 commit 1249cc9
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"]
}
]
}
Expand Down

0 comments on commit 1249cc9

Please sign in to comment.