A modern, responsive personal website built with Next.js and Tailwind CSS to showcase your data science expertise, projects, and skills.
Clone the repository:
git clone <repository-url>
cd portfolio-website
Install dependencies:
npm install
Configure EmailJS:
src/app/sections/Contact.tsx
:emailjs.send(
'YOUR_SERVICE_ID',
'YOUR_TEMPLATE_ID',
{
from_name: formData.name,
from_email: formData.email,
message: formData.message,
},
'YOUR_PUBLIC_KEY'
)
Customize content:
src/app/sections/About.tsx
src/app/sections/Projects.tsx
src/app/sections/Skills.tsx
src/app/sections/Contact.tsx
Run the development server:
npm run dev
Build for production:
npm run build
Start the production server:
npm start
tailwind.config.js
src/app/globals.css
src/app/layout.tsx
src/app/sections/
src/app/page.tsx
src/app/components/
src/app/sections/
The website can be deployed to various platforms:
MIT License - feel free to use this template for your personal portfolio
Contributions are welcome! Please feel free to submit a Pull Request.