JavaScript Small Exercises

This repo holds all of the individual projects and lightning exercises in the front end portion of the course. Small exercises are in one directory; larger ones have their own directories in this repo.

Contents - Projects

  • Alpha and Omega: Simple HTML page that will generate a new card with input text. Buttons are included on each card that can select the card background and text color, and a third button will randomize both choices.
  • Car Dealership: Using JavaScript to create simple reports from data in a JSON database
  • City Database: Create a site that lists cities I've been to from a JSON database, displaying cities as cards. Added filtering of cards as well.
  • Contact List: Create a contact list app
  • Drag 'N Drop: Simple task list that allows drag and drop between columns
  • Financial Advisor:
  • Home Inventory: Simple app to get information out of a JSON database and put data on the DOM.
  • Honest Abe: Creating and using a more complicated JSON database
  • JSON Small Business:

Contents - Small Exercises