Skip to content

PaulShorkey/oop-classroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP Classroom

This project will require you to build classes for objects you might find in a Galvanize classroom! You will build five classes:

  • Computer
  • Desk
  • Marker
  • Room
  • Student

The tests best describe what properties and methods to build for each.

Setup

  1. Fork and clone this repository
  2. Run npm install or yarn
  3. Run the tests with npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.3%
  • Dockerfile 3.6%
  • Shell 0.1%