Portfolio Projects
Real-world applications built with modern web technologies.
TIXE – Freelancing Platform
Full-Stack Web DeveloperI am building TIXE, a freelancing platform where users can register, create profiles, and post or browse projects. The app uses React for the frontend and Node.js, Express, and MongoDB on the backend, with REST APIs for authentication, dashboards, and project posting. I use Git/GitHub for version control and follow clean code practices, focusing on scalability and a smooth user experience.
The homepage gives an overview of TIXE with navigation to key sections like jobs, freelancers, and account access.
The authentication page allows users to register or log in securely before accessing their dashboard.
The freelancer dashboard shows active projects, proposals, and key stats tailored to each freelancer.
The gigs page lists available freelance opportunities with basic details so users can quickly scan and open relevant jobs.
Restaurant Table Booking Web App
Full-Stack Web DeveloperI developed a restaurant table booking web application where users can view available tables, make reservations, and store all data securely in a MySQL database. The frontend is built with React and responsive HTML/CSS, while the backend uses Node.js, Express, and REST APIs to handle bookings and user actions. This project strengthened my skills in full-stack development, database design, and connecting frontend UI with backend logic.
The booking interface displays available tables, dates, and times for easy reservation management.
The admin dashboard provides real-time booking management, table status tracking, and reservation details.
Users receive booking confirmations with reservation details and can manage or cancel their bookings.