Multipurpose Portfolio Webapp
This is a portfolio website built for a Bollywood editor and director. Inbuilt with many features, this website provides professional information about the individual and presents a showcase of their work. The technology used are next js and tailwindcss.
Features
- Dashboard to view messages and upload images
- SEO Optimized
- Elegant User Interface
- Gallary to showcase images based on their category.
What I learnt from this project?
This was my very first project with nextjs
as well as tailwindcss
.
-
I explored server-side rendering as I wanted to build a website in React but with nice level of SEO.
-
Utility based CSS by tailwindcss was really fun and easy to use with React. Before that, I was using other solutions like styled-components and css modules to design my React apps.