Skip to content

Commit

Permalink
chore: projects addition by sahilatahar #2392
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Atahar <[email protected]>
Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
sahilatahar and priyankarpal authored Jan 20, 2024
1 parent 7c21f31 commit b99ed3c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3646,5 +3646,40 @@
"tech": ["reactjs"]
}
]
},
{
"github_username": "sahilatahar",
"Projects": [
{
"github_url": "https://github.com/sahilatahar/markdown2pdf",
"title": "markdown2pdf",
"description": "An Impressive Markdown to PDF Converter!",
"tech": ["reactjs"]
},
{
"github_url": "https://github.com/sahilatahar/Front-End-Challenges",
"title": "Front-End-Challenges",
"description": "Collection of front-end challenges using HTML, CSS / SCSS, JavaScript, React with Vite",
"tech": ["html","css", "javascript", "reactjs", "tailwindcss"]
},
{
"github_url": "https://github.com/sahilatahar/github-profile",
"title": "github-profile",
"description": "Explore GitHub Page: Showcasing user data via GitHub API integration, alongside an enhanced user interface for a richer browsing experience",
"tech": ["html","css", "javascript", "reactjs", "github-api"]
},
{
"github_url": "https://github.com/sahilatahar/HTML-CSS-JavaScript",
"title": "HTML-CSS-JavaScript",
"description": "40 HTML, CSS, JavaScript Projects",
"tech": ["html", "css", "javascript"]
},
{
"github_url": "https://github.com/sahilatahar/Real-Notes",
"title": "Real-Notes",
"description": "Real-Notes is a react app offering efficient note management. Secure Firebase integration provides user authentication and data storage.",
"tech": ["reactjs", "firebase", "css"]
}
]
}
]

0 comments on commit b99ed3c

Please sign in to comment.