Skip to content

adriel45dev/zerogchat

Repository files navigation

ZerogChat Project - Alura Immersion

The ZerogChat Project was developed during the Alura Immersion, an initiative that provides participants with a practical and intensive learning experience in programming and web development. This project aims to create an innovative chat application called ZerogChat, utilizing technologies such as Next.js, Supabase, and SkynexUI.

Technologies Used

  • Next.js: Next.js is a React framework that allows the construction of modern and performance-optimized web applications. Its hybrid rendering approach, combining server-side rendering (SSR) and client-side rendering (CSR), provides a smooth and fast user experience.

  • Supabase: Supabase is a platform that offers a combination of PostgreSQL database and authentication, making backend application development more efficient. With a simple yet powerful API, Supabase enables real-time data storage and secure authentication.

  • SkynexUI: SkynexUI is a UI component library that streamlines the development of attractive and responsive interfaces. With a variety of pre-designed and customizable components, SkynexUI makes it easy to create a cohesive and professional design for the application.

ZerogChat Features

ZerogChat is a chat application that offers various features for an enriched communication experience:

  • Registration and Authentication: Users can create accounts and securely log in through the Supabase authentication system.

  • Chat Rooms: Users can create and join chat rooms dedicated to specific topics, enabling focused discussions.

  • Real-time Messaging: Utilizing Supabase's real-time data storage capability, messages are displayed instantly, providing a sense of interactivity.

  • Intuitive Interface: The user interface is designed using SkynexUI components, ensuring a pleasant and responsive layout on different devices.

How to Run the Project

  1. Prerequisites: Make sure you have Node.js installed on your machine.
  2. Clone the Repository: Clone the ZerogChat repository.
  3. Install Dependencies: Navigate to the project directory and run npm install to install all dependencies.
  4. Set Up Supabase: Create an account on Supabase and configure your credentials in the project.
  5. Start the Server: Run the command npm run dev to start the development server.
  6. Access the App: Open your browser and go to http://localhost:3000 to interact with ZerogChat.

Conclusion

The ZerogChat project, developed during the Alura Immersion, showcases the harmonious integration of Next.js, Supabase, and SkynexUI technologies to create an innovative chat application. With its advanced features and user-friendly interface, ZerogChat offers a platform for dynamic and engaging interactions among users.