My To-Do App
Thursday, July 13, 2023
Progress Log:
Currently working on a To-do app with JavaScript and Firebase, this will test my Database management skills and my front-end skills. Scrimba will provide the skills that I need to become a great programmer.
Scrimba is what got me into front-end development in the first place the link below will redirect you to the Scrimba website. I'm hoping to finish the frontend path by this year. While also working on newer projects for me.
Just a quick note, this is not a mobile app, but a web app disguised as a mobile app. Which can be used in mobile platforms.
Firebase:
This particular part of the project, I had to use Firebase, their Real time Database really tracks their what goes on in the back-end real-time.
I mainly had to use these imports from Google Firebase, but not much information comes from these imports.
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.15.0/firebase-app.js";
import { getDatabase, ref, push, onValue } from "https://www.gstatic.com/firebasejs/9.15.0/firebase-database.js";Source: https://scrimba.com/learn/frontend/lets-build-a-mobile-app-with-firebase-coafc415fb8e007eadfa60822