Personal Portfolio Website
This project showcases my skills, projects, and accomplishments as a web developer. The website is designed to be visually appealing and user-friendly, with sections dedicated to my background, education, and professional experience.
Features
Home Page: Captivating headline, professional photo, and summary of skills.
About Me Section: Detailed background, education, and professional experience.
Projects Section: Showcase of projects with descriptions and links to live demos and source code.
Skills Section: List of technical skills with proficiency levels.
Contact Section: Form to get in touch with me.
Technologies Used
HTML5
CSS3
JavaScript
Bootstrap
0
19
ShopEase ā Shop Management System
ShopEase is a full-stack inventory and order management system designed to streamline retail operations for small to medium-sized businesses. Built using the MERN stack (MongoDB, Express.js, React, Node.js), it offers a robust backend API and a responsive frontend interface for both administrators and customers.
š§ Backend Highlights (ShopEase_ShopManagementSystem_Backend)
User Authentication: Secure login and role-based access for admins and staff using JWT.
Product Management: Full CRUD operations with category support, image uploads via Cloudinary, and advanced filtering, sorting, and pagination.
Order Management: Create, track, and analyze orders with real-time status updates and analytics endpoints.
Customer Sessions: Lightweight session handling for customer interactions.
Deployment Ready: Configured for Render with environment variable support.
šļø Frontend Highlights (ShopEase_ShopManagementSystem_Frontend)
Customer Interface: Browse products, manage cart (via local storage), and place orders with a clean UI.
Admin Dashboard: Manage inventory and orders efficiently.
Responsive Design: Built with Bootstrap for seamless experience across devices.
Session Handling: Cookie-based session management for persistent user experience.
Deployment Ready: Optimized for Vercel with configurable API endpoints.