Prototyping

Connect+

collaboration type
group project
project type
Prototyping
project year
2024

Connect+

This project was part of the "User Interface Design" lecture and involved creating a Figma prototype for a campus-focused app called "Connect+." The app concept aims to foster connections among university peers using AI. It includes features like finding activity partners, chatting, and managing requests through a clean and user-friendly interface. The design emphasizes intuitive navigation, vibrant visual elements, and engaging user interactions to ensure a seamless experience. The prototype showcases key UI elements such as buttons, avatars, color schemes, and navigation bars, providing a clear vision for a functional and aesthetically pleasing application.

Other projects

Contact me!

Feel free to reach out to me using the contact form below! Whether you have questions about my projects, collaboration opportunities, or just want to connect, I’d love to hear from you. I’ll get back to you as soon as possible.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = this.getAttribute('href'); if (target.startsWith('#') && window.location.pathname !== '/') { window.location.href = `/${target}`; } else { document.querySelector(target)?.scrollIntoView({ behavior: 'smooth' }); } }); });