Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.19 KB

Asgard

Instant Messaging Application

Live DemoInstallationTechnologies Main Demo

Installation

git clone https://github.com/LeoKirasic/asgard.git
cd asgard
npm install
npm run build
firebase deploy

Reflections

Chat Application built with React, Typescript and Firebase. One of my favorite projects! It was challenging and fun at the same time learning about private routes, authentication, loading messages and user information in real time. The Application is built with a mobile first approach and is completely responsive!