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
- Host: GitHub
- URL: https://github.com/mickfrog/mick-chat
- Owner: MickFrog
- Created: 2023-06-19T16:38:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T09:00:13.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T17:46:33.985Z (over 1 year ago)
- Topics: firebase, firebase-auth, firebase-realtime-database, flowbite, html-css-javascript, react, tailwindcss
- Language: JavaScript
- Homepage: https://friendlychat-c49f1.web.app
- Size: 496 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### Dark Theme

## 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/)