/Timer-App

Time Tracking App

Primary LanguageJavaScript

Timer App

Timer App is a time tracking app that allows you to keep track of your work and other activities.

timer-app-functions

These are the Firebase backend functions.

Setting up the backend functions

In order for it to work with your project you will need a config.js file in /timer-app-functions/functions/config.js

config.js
exports.config = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: ""
};

Copy these from your Firebase project.

timer-app-client

This is the web client for the app.

Note

This app is still in early development.