Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/next-14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarpal authored Jan 26, 2024
2 parents 88019b0 + e3320ad commit 6142e06
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 37 deletions.
49 changes: 48 additions & 1 deletion DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3646,5 +3646,52 @@
"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"]
}
]
},

{
"github_username": "gaurabsaha12345",
"Projects": [
{
"github_url": "https://github.com/gaurabsaha12345/TextUtils.git",
"title": "Text Utils",
"description": "Utilize the Text with functionality",
"tech": ["reactjs", "html"]
}
]
}
]
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"framer-motion": "^10.18.0",
"next": "^14.1.0",
"next-pwa": "^5.6.0",
Expand All @@ -29,15 +29,15 @@
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.21.2",
"react-router-dom": "^6.21.3",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.33.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/config-conventional": "^18.5.0",
"@types/react-syntax-highlighter": "^15.5.11",
"husky": "^8.0.3"
}
Expand Down
Loading

0 comments on commit 6142e06

Please sign in to comment.