Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Event-Driven Programming Starter

Report Bug · Request Feature

Table of Contents

About This Repo

🎪 We will be building a Button-to-Emoji application with buttons and a list using Event-driven programming and The Event Loop!

Event-driven programming is like ordering food at a restaurant. You sit patiently waiting, taking no action, until the waiter brings your meal. This signals an event has occurred, triggering you to eat. Similarly in code, functions wait idle until an event like a click or keyboard input happens. Event handlers are then called to respond appropriately. This creates responsive programs that don't constantly check for changes, improving efficiency.

🔝 back to top

GitHub Setup

  • Create Repo from Use Template:

    • Click HERE or the Use Template button in this repo to create a new repo.
    • Ensure Include all branches is left unchecked.
    • Specify your username and repo name appropriately.
    • Provide a description for the repo (optional).
    • Set the repo as Public.
    • Click Create repository.

🔝 back to top

Local Setup

  • Clone your Repo:

    • Click the <> Code button in this repo and choose SSH.
    • Copy the URL. It should look something like: git@github.com:YOUR-USERNAME/YOUR-REPO-NAME.git.
    • In your terminal, navigate to the directory where you want to clone this repo.
    • Execute git clone git@github.com:YOUR-USERNAME/YOUR-REPO-NAME.git, replacing the placeholders with actual values.

🔝 back to top

Instructions

  • Start the application:

    • Open Finder and navigate to the project folder containing the index.html file.
    • Right-click on the index.html file.
    • In the right-click menu, select Open With > Chrome (or your preferred browser).
    • The index.html will now open directly in the chosen browser.

The UI should open in your chosen web browser to the correct URL.

NOTE: When you make changes to the HTML or related CSS/JS files, you will need to manually refresh the browser to see the updates.

Follow along with your instructor to create a splendid Button-to-Emoji application! Happy Priming!

🔝 back to top

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages