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

Commit

Permalink
priyankarpal#2413: Adding more 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 b8b4aff commit 1a35e73
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"]
}
]
}
Expand Down

0 comments on commit 1a35e73

Please sign in to comment.