The second iteration of apoorvverma.com built with NextJS and hosted with Netlify
-
Clone the repository
git clone https://github.com/apoorvverma/folio-v2.git
-
Change directories
cd folio-v2 -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Build for production
npm run build
-
Start the production server
npm start
When you are creating your own version:
- Add RESEND_API_KEY environment variable in .env.local
- In the send-email.ts action file, change the "to" email to your own email
- Modern and Clean Design
- Built with Next.js 13 (App Router)
- Styled with Tailwind CSS
- Smooth Animations with Framer Motion
- Fully Responsive
- Dark Mode Support
- Contact Form with Server Actions
- TypeScript Support
- ESLint and Prettier Configuration
- SEO Optimized
- Easy to Customize
- Next.js
- React
- Tailwind CSS
- Framer Motion
- TypeScript
- React Icons
- React Hot Toast
- React Vertical Timeline
Project is open source. Feel free to make your own version. Mark star ⭐ if you like the project.
You should have Node.js and Git installed on your PC. You should also own a GitHub account.

