An open API service indexing awesome lists of open source software.

https://github.com/mickfrog/mick-chat

Chat App built with React and Firebase
https://github.com/mickfrog/mick-chat

firebase firebase-auth firebase-realtime-database flowbite html-css-javascript react tailwindcss

Last synced: about 2 months ago
JSON representation

Chat App built with React and Firebase

Awesome Lists containing this project

README

          

# Mick Chat

This is a Chat App created as a part of The Odin Project in the Javascript course of the NodeJS path.

The live app can be checked out [here](https://friendlychat-c49f1.web.app)

## Features

1. Sign-up/Login/Logout authentication with Google Authentication
2. Toggle light / dark theme
3. Search others and chats to talk to them
4. Instant messaging

## Theme Previews

### Light Theme

![Light Theme](./public/images/lightModePrev.png)

### Dark Theme

![Light Theme](./public/images/darkModePrev.png)

## Project Setup

```
git clone git@github.com:MickFrog/mick-chat.git
cd mick-chat
npm install
npm start
```

## Built with

- [React](https://reactjs.org/)
- [Firebase](https://firebase.google.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Flowbite React](https://www.flowbite-react.com/)