Skip to content

masif2002/walkie-talkie

Repository files navigation

Walkie Talkie

Walkie Talkie is a real-time chat application built on Vue and Firebase

WalkieTalkie.mp4

Dev Stack

  • Vue as the frontend framework
  • Bulma, a CSS framework for styling
  • Firebase for authentication and hosting
  • Firestore for database

Project setup

  1. Clone the project
    git clone https://github.com/masif2002/walkie-talkie.git
    
  2. Install Dependencies
    npm install
    
  3. Start the local server
    npm run serve