Skip to content

Sample starter project for students taking the Rebecca Coder Dojo- Introduction to Javscript Course

Notifications You must be signed in to change notification settings

caitecoll/rebecca-coder-dojo_intro-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the RebeccaCoderDojo Intro to Javascript Class!

Click Show in the header to see your live example app. Any changes you make to your code will instantly be visible there.

Your Project

On the back-end,

  • For the purposes of our class, we're going to ignore this part of the project. Just know that these files are important, and our website won't work without them.

On the front-end,

  • views/index.html: HTML is the skeleton of our website. This is the file where we will add the content that we want our users to see.
  • public/style.css: CSS is what controls how our website looks. In this file we can modify our colors, fonts and what is visible to our users.
  • public/client.js: Javascript allows our website to be dynamic and interactive for our users. In our project, this is the file that controls what happens when a user clicks one of the buttons on our website.
  • assets: This is where we can store any files we want to use in our website, like images or music

About

Sample starter project for students taking the Rebecca Coder Dojo- Introduction to Javscript Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published