- Build with ViteJs
- Database, login Authentication and file storage with Google Firebase
- Deployed with Netlify
- Clone the repository
- Open in your IDE of choice
- Create a firebase web application with (Authorization, Database and storage)
- Go to the .env.sample file and add your Firebase application KEYS
- Start a new terminal (WSL for windows users)
- Make sure your in the root directory
- Enter command "npm install" to install dependancies
- Enter command "npm run dev" to start a local server
Users are able to login add other users to there chat list and send realtime messages. Application is still in a Beta mode and all the features are yet to be added.
Features to be added
- Video Chat
- 2-factor Authentication
- A range of customizable themes for the user
- Ability to send files to other users