My To-Do App

HTMLCSSJSFirebase

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";

Scrimba to do app

This is the finished version of my app, it uses HTML, CSS, JavaScript and Firebase Database as the back-end. The app itself isn't session based, so any changes could be global and be seen by everyone visiting the application.

Here is the link to the site:

https://kitty-cart-app.netlify.app/

I hope you enjoy the app, and thanks to Scrimba for helping me with this project.

This is a screencap of the Scrimba lesson.

Source: https://scrimba.com/learn/frontend/lets-build-a-mobile-app-with-firebase-coafc415fb8e007eadfa60822