Skip to content

mihett05/fuzzy-voting-app

Repository files navigation

Fuzzy Voting App

Fuzzy Voting App - voting app built with React and Firebase

Features

  1. ✅ Authorization by Google
  2. ✅ Updating and getting polls' results in real time

Used technologies

  1. 🔥 Firebase - fast and easy way of development app
  2. 🕹 CRA - quick and fast development tool
  3. ☢️ Typescript - type checking and 🤘
  4. 🎨 Chakra UI - beautiful and responsive UI library

Running locally

Install deps

npm install
# or
yarn install

Development

npm start
# or
yarn start

Open localhost:3000

Build

npm run build
# or
yarn build

Deploy

Log in firebase

firebase login

Build react app

npm run build
# or
yarn build

Deploy at Firebase Hosting

firebase deploy

Releases

No releases published

Packages

No packages published