Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

elianiva/umaru-chat

Repository files navigation

Umaru Chat

Simple chat application built using React, Typescript and Firebase. Might be a bit buggy since this is my first time making something this big. This might looks like a small app but this is my biggest app yet. My first time using Typescript with React and Firebase so the code quality isn't top notch.

Took me about a month. To be fair, it shouldn't be that long if I'm not so busy with school stuff.

Preview

Preview

This app isn't hosted anywhere. If you want to try it then you have to try it locally.

Prerequisites

Before running this app, make sure to install all of its dependencies

npm install

Then fill out src/components/Firebase/firebase.ts config object with your own firebase config.

const config = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
  measurementId: "",
}

Running the app

There are 2 commands.

Run this command to build

npm run build

Run this command to develop

npm run dev

License

MIT © Elianiva

About

Realtime chat app built using React and Firebase. My first fullstack app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published