Showing posts with label web development. Show all posts
Showing posts with label web development. Show all posts

Sunday, March 10, 2019

After a Full Day of Coding


Nine hours later, I am happy to have produced a couple of products. One is a very basic mock form for ordering food delivery online. The other is a shopping list that allows one to add and remove items.

More importantly than what I have produced today is what I have learned. 

I think I'll brew some more coffee and settle in for another few hours.


Form - Version 1.0 Form - Version 2.0







Grocery List Login Screen Add/Remove Items to List






Sunday, May 6, 2018

React and Team Tree House

I just invested several hours of time and ample mistake correction and produced an interactive scoreboard program using React.  Team Tree House is a stunning online education platform that offers a rich and diverse array of course offerings that span a wide range of topics related to computer programming. I seriously wish there was more time for learning!


The *.jsx code =

var PLAYERS = [
  {
    name: "Player 1",
    score: 0,
    id: 1,
  },
 
  {
    name: "Player 2",
    score: 0,
    id: 2,
  },
 

SQL

I've hit a wall in my SQL studies via the Khan Academy, and as such, I am engaging in additional studies prior to attempting to move for...