Coder Social home page Coder Social logo

wdi_rental_app_template's Introduction

Land Lord 1.0

###Write a rental management app.

Lot's of stuff is already provided to you. First, fork me (this repo). Forking creates a copy of the repo in your github account (we didn't really cover forking in the github lesson, but you get the idea). Next, clone forked repo from your github account. (after cloning, feel free to rename wdi_rental_app_template folder). cd into project folder and look around.

main.rb contains the main program (duh). It controls the program flow, that is:

  • Displays menu options
  • Asks for user input
  • Creates and uses other objects (building, unit, tenant) to get the job done

Run main.rb. It doesn't do much, it simply displays the main menu and let's you choose options.

ruby main.rb

Your job is to implement the menu options using the objects that we discovered in class.

building.rb
tenant.rb
unit.rb

Good news: The classes already exist and contain annotated method stubs, you simply need to implement. Look for comments throughout the code for guidance.

Bonus: Feel free to add menu options and extend the object model.

wdi_rental_app_template's People

Contributors

aikalima avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.