import { JR.VIJAXX, Bio } from "portfolio"
class AboutMe extends JR.VIJAXX.Bio {
const getDailyKnowledge = () => {
return (
[
id: 1, name: 'SCSS',
id: 2, name: 'JavaScript',
id: 3, name: 'React',
id: 4, name: 'GSAP'
]
)
}
render (
return (
<div>
{getDailyKnowledge().map(item => {
return(
{item.id} {item.name}
)
})}
</div>
)
)
}
export default AboutMe
🎯
Focusing
I am 20 year old Front End developer, I design minimalist and aesthetic interfaces. I also like to design key visual, cover arts & concept prototypes
-
jr.vijaxx
- india
- jrvijaxx.com
- @VijaySaiwal2
Pinned Loading
-
html2pdf
html2pdf PublicForked from spipu/html2pdf
OFFICIAL PROJECT | HTML to PDF converter written in PHP
PHP
-
-
-
-
-
React-Authentication
React-Authentication PublicReact Authentication With Firebase And Routing
HTML
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.