Mistakes I made in building my new portfolio
Today I would like to share the challenges I faced while building my portfolio in vue.js. Still, it's in the working process.
At first, I felt that I was not being updated on the current UI trends. My design looks so familiar.
I wasn't aware of starting first with the responsive design. So I started on desktop view.
I used the vuetify CSS framework so that I could generate the components easily. Due to my lack of expertise in typescript, I was forced to use jquery in my project. After all, we all know that jquery is an outdated library.
So I decided to finish the current project with responsiveness and later come up with a new version with a new trending design.