This is my personal portfolio website built using Next.js, Tailwind CSS, and Framer Motion. It includes a contact form powered by Resend.
- Next.js for a robust, server-rendered application.
- Tailwind CSS for rapid and responsive styling.
- Framer Motion for smooth and interactive animations.
- Resend for handling contact form submissions.
-
Clone the repository:
git clone https://github.com/PrittoRuban/portfolio cd portfolio
-
Install dependencies:
npm install
-
Create a
.env.local
file in the root directory and add your Resend API key and your own email address:RESEND_API_KEY=your_api_key_here
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the result.
- Navigate through the different sections to learn more about me, my skills, and my projects.
- Use the contact form to get in touch with me. Messages will be sent to my email address.
Contributions are welcome! Please open an issue or submit a pull request for any bugs or feature requests.
This project is licensed under the MIT License. See the LICENSE file for more information.
Pritto Ruban - prittoruban@gmail.com
Follow me on LinkedIn and GitHub.
Thank you for visiting my portfolio!
- Make sure to replace
prittoruban0609@gmail.com
to your own email in actions/sendEmail.ts, and the URL's, project, about, intro and footer with your actual details.