/log

A simple record keeper application built with angular and firebase backend

Primary LanguageTypeScript

Log

This project was generated with Angular CLI version 11.0.6.

Log is a simple record keeping application I am building with the intention of tracking the maintenence I perform to my vehicle but can be ultimately be used to track many objects and their progression. I intend to include the ability for the user to create different "logs" representing the object they wish to keep a record for. One log could be your vehicle, your bike or whatever; upon creation the user will add attributes to identify their new log. Within said log, the user can define different devices to track the object; initially the user will be able to create data tables, todo lists or just a scratch pad to keep notes. All user created data will be written to a firebase databse (if they have created an account) that way this data can be accessed from multiple devices anywhere.


This repo has been archived. This project was my first stab at using Angular. I have since moved on to bigger and better projects and am much more experienced using the framework.