This is my portfolio site with minimalistic approach. Built with Next.js and hosted with Netlify.
Feel free to use this template for your own site. Just maybe change the theme or something so that it would not look like an exact duplicate. Or maybe you can link back to this repository or my portfolio site as a small credit if that's what you want to do😊 Just know that most of the UI components in my site are from shadcn/ui and Aceternity UI so you can explore further on how and what else you want to implement yourself for your own site. Good luck!
First, clone the repository:
git clone https://github.com/rishwanthvallala/portfolio.git
Then, navigate to the project folder:
cd portfolio
Next, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser and start coding.