Skip to content

Commit

Permalink
feat: added resume buidlder
Browse files Browse the repository at this point in the history
Added Resume Builder
  • Loading branch information
Bashamega authored Aug 13, 2024
2 parents 792602c + 569b62d commit db4c1cb
Show file tree
Hide file tree
Showing 8 changed files with 2,531 additions and 6 deletions.
447 changes: 441 additions & 6 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@react-pdf/renderer": "^3.4.4",
"asciidoctor": "^3.0.4",
"autoprefixer": "10.4.19",
"badge-maker": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/app/convert/img-svg/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function HTML_JSX() {
const handleChange = (val) => {
setValue(val);
};

const toggleTheme = () => {
const newTheme = !isDarkMode;
setIsDarkMode(newTheme);
Expand Down
Loading

0 comments on commit db4c1cb

Please sign in to comment.