This is my first blog.
I have made some portfolios before which were very basic. Few of them were made only using HTML and in others I used some CSS along with HTML. I started learning ReactJS around a month ago and got used to Tailwind CSS a week ago.
I made this portfolio using ReactJS and TailwindCSS. I created various components like the first component which I created is for navbar.
Code for Navbar :
Part 1:
Part 2:
Second Component is for Home page.
While creating the home page I used react-type-animation and react-icons package as for the changing texts and social media icons.
Third Component was supposed to be for work but since I haven't done anything till now, I made it for Education section.
Fourth Component is for Projects but since I haven't worked on any remarkable projects, I left it empty.
For different Projects, I made a component and named it as ProjectItem.jsx for importing all the different projects in Projects.jsx file.
Code for ProjectItem.jsx file :
Fifth Component is for my Resume but since I haven't made one, I kept an interesting image instead of my Resume.
Then I imported all these files into App.jsx file.
and then exported App.jsx file to index.jsx file.
Here's the link for my Portfolio :
https://praneets-portfolio.netlify.app
Any feedbacks would be helpful.
Thank You.
Top comments (3)
amazinggg , Praneet
This is awesome.
Thanks.