π Live Website: https://portfoliox-tauv.vercel.app
This portfolio represents my journey as a B.Tech CSE (AI-ML) student, focused on building scalable, efficient, and user-centric applications. It combines modern UI/UX design with smooth animations and interactive elements to create an engaging experience.
- β‘ Modern Futuristic UI β Clean, dark-themed interface with glowing accents
- π¬ Smooth Animations β Powered by Framer Motion
- π§ AI-Focused Projects Showcase
- π± Fully Responsive Design β Optimized for all devices
- π Optimized Performance β Fast load times and efficient rendering
- π§© Component-Based Architecture β Scalable and maintainable code
- π Deployed on Vercel β Production-ready hosting
- Next.js (App Router)
- React
- TypeScript
- Tailwind CSS
- Custom UI Components
- Framer Motion
- Three.js / React Three Fiber (if applicable)
- Vercel
sequenceDiagram
participant U as User
participant F as Frontend
participant S as Server
participant E as Email Service
U->>F: Open portfolio
F-->>U: Load homepage
U->>F: View projects
F-->>U: Show project details
U->>F: Submit contact form
F->>S: Send form data
S->>E: Send email
E-->>S: Confirmation
S-->>F: Success response
F-->>U: Show success message
PORTFOLIO/
βββ app/ # App router pages and layouts
βββ components/ # Reusable UI components
βββ public/ # Static assets (images, models, audio)
βββ utils/ # Helper functions and utilities
βββ .gitignore
βββ README.md
βββ next.config.ts # Next.js configuration
βββ package.json # Dependencies and scripts
βββ tsconfig.json # TypeScript configuration
git clone https://github.com/8ernity/PORTFOLIO.git
cd PORTFOLIO
npm install
npm run dev
Open in browser:
http://localhost:3000
npm run build
npm start
Contributions, suggestions, and feedback are welcome!
Feel free to fork the repository and submit a pull request.
If you like this project, consider giving it a β on GitHub!
This project is open-source and available under the MIT License.

