Skip to content

Suman373/RTC-App

Repository files navigation

Realtime Chat Application

Clone repo

git clone <url>.git

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Author

This is a Vue Chat App

About :

  • This is a realtime chat application, which is like a practice project of mine.
  • This app has a login page, which requires your username. It is recommended to not give any password as it is optional and no user authenctication is set-up in this project right now. Once you login, you will be redirected to the chat view page where you can send your message as well as see what others have to say. Click logout button to exit the chat view page.
  • I have used Vue3 (front-end framework) and Vue Cli for building this project.
  • I have used Firebase for realtime db.
  • I have deployed this project for hosting, on netlify app.
  • I have future plans to work on this project and add more features along authentication.

Badge

MIT License

Technologies used

Vue() Npm() Firebase() Eslint() VSCode() Netlify() Html() CSS() Javascript()

Feedback

If you see any issue in my project, feel free to create an issue and contribute to this project! If you want to contact me, head to my profile, you can see my mail there! Have a good day!

Made with Vue3 and Love ❤