diff --git a/src/app/aadithya-suresh/page.tsx b/src/app/aadithya-suresh/page.tsx new file mode 100644 index 0000000..69845ce --- /dev/null +++ b/src/app/aadithya-suresh/page.tsx @@ -0,0 +1,185 @@ +import Navbar from "@/components/Navbar"; + +export default function AadithyaSureshPage() { + return ( +
+ + +
+ + {/* Person Profile */} +
+
+ {/* Header */} +
+
+
+
+ A +
+
+
+

+ Aadithya Suresh +

+

Computer Science Student

+

Age: 19 • Third Year

+
+
+
+ + {/* Content */} +
+ {/* Bio Section */} +
+

+ About +

+

+ Hi! I'm Aadithya, a third-year Computer Science Engineering student with a strong interest in web development and software engineering. I'm currently learning the MERN stack through YouTube tutorials and official documentation, building projects to strengthen my hands-on skills. +

+ +

+ I enjoy solving problems, creating user-friendly web applications, and constantly exploring new technologies that push my learning forward. My goal is to become a full-stack developer capable of designing and building complete, scalable applications. +

+
+ + {/* Skills Section */} +
+

+ Skills & Interests +

+
+ + HTML/CSS + + + JavaScript + + + React.js + + + Node.js + + + Express.js + + + SQL/MongoDB + + + Git & GitHub + + +
+
+ + {/* Education Section */} +
+

+ Education +

+
+
+

Bachelor of Technology in Computer Science

+

University College of Engineering, Kariyavattom • 2023 - 2027

+

CGPA: 8.5/10

+
+
+
+ + {/* Projects Section */} +
+

+ Projects +

+
+
+

E Commerce Website

+

A full-stack web application for online shopping built with React, Node.js, and MongoDB. Features include product catalog with filtering and search, user authentication, shopping cart functionality, secure payment integration, and order management. Implemented responsive design for seamless experience across devices and integrated admin panel for inventory management.

+ View Project → +
+
+

Netflix Clone

+

A streaming platform replica built with React and Firebase, replicating Netflix's core features. Displays a dynamic movie/show catalog with genres, search functionality, and detailed information pages. Implemented user authentication, personalized watchlist, and responsive UI with smooth animations. Data fetched from TMDB API for real-time movie information..

+ View Project → +
+
+

CRUD App

+

A full-stack application demonstrating Create, Read, Update, and Delete operations built with React, Express, and MongoDB. Features include form validation, real-time data updates, and a clean dashboard interface. Perfect for managing tasks, notes, or any data-driven application with a focus on backend functionality and database management.

+ View Project → +
+
+

Todo List App

+

A productivity application built with React and local storage for managing daily tasks. Features include adding, editing, and deleting todos, marking tasks as complete, filtering by status, and data persistence. Includes a clean, intuitive UI with categories and priority levels for better task organization.

+ View Project → +
+
+
+ + + + {/* Contact Section */} +
+

+ Get in Touch +

+
+
+ 📧 + asadithya26@gmail.com +
+ + +
+
+
+
+
+
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 41ec1ea..385d05f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,6 +42,29 @@ export default function Home() { + +
+
+
+
+ A +
+
+
+

+ Aadithya Suresh +

+

+ Computer Science Student +

+

+ Age: 19 • Third Year +

+
+
+
+ +