Fireverse

screenshot of Fireverse
react
vite
tailwind
firebase

A chat app made with react, typescript, firebase, tailwind

Overview:

FireVerse is a full-featured messenger clone developed using React and Firebase. It offers a range of functionalities for users to create conversations, send various types of messages, interact with media, and customize settings. The project incorporates technologies like React, TypeScript, Tailwind CSS, and Firebase services such as authentication, Firestore, and storage.

Features:

  • Sign in with Google, Facebook
  • Create conversations (personal, group)
  • Allow sending text, image, file, stickers, GIFs, and emojis
  • Show if user has seen message
  • Drop file to upload, paste image from clipboard
  • Send reactions to messages (like, love, care, haha, wow, sad, angry)
  • Unsent message, reply message
  • Change conversation settings, group theme, image, and theme
  • View conversation images, files; detect and add anchor to links
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

firebase
Firebase

Firebase offers a comprehensive set of features, including real-time database, authentication, hosting, cloud functions, storage, and more. Firebase provides an easy-to-use interface and allows developers to focus on building features rather than managing infrastructure.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Zustand

Zustand is a lightweight state management library for React that provides a simple and intuitive API for managing state in your application. It allows developers to easily create and manage global state, and provides a powerful set of tools for optimizing performance and improving developer productivity. Zustand is designed to be easy to use and easy to learn, making it a popular choice for developers of all skill levels.