The Chat-App is a messaging application designed for seamless communication between users. It features a responsive and intuitive user interface built with NextJS, alongside a robust Node.js backend powered by Express.js and a PostgreSQL database. The app provides secure user authentication, allowing users to register, log in, and maintain personalized accounts. Once authenticated, users can engage in one-on-one conversations with real-time message storage and retrieval. Key features include message sending, deletion with confirmation pop-ups, and persistent message history, ensuring that all conversations are securely saved in the database. A searchable contact list and visually appealing UI elements, such as user avatars and timestamps, enhance the overall experience, making this chat platform ideal for users.
Technologies Used: NextJS, Tailwind CSS, Node.js, Express.js, PostgreSQL.