Giter Site home page Giter Site logo

sinatra-basic-forms-lab-web-100817's Introduction

Sinatra Basic Forms Lab

Your local pet adoption store has asked you (a frequent dog walker and visitor) to build their new site because their old one was built in WordPress and sucks. Good thing you love puppies and coding!

Objectives

  1. Implement a POST request to the controller to display data from a user in the view
  2. Implement both POST and GET requests
  3. Connect a controller action with both a view and a model

Instructions

  1. Build out a puppy class in models/puppy.rb. Puppies should have name, breed, and age attributes. You will need to be able to pass these three attributes to initialization, as well as readers and writers for the attributes.

  2. In app.rb build out a GET request to load a home page. The home page should go to the main route /.

  3. The home page will also need a new view index.erb. This page should welcome you to the Puppy Adoption Site. Add this view to the controller action.

  4. Now, we need to create a form for a user to list a new puppy that is available for adoption. You can create this form in views/create_puppy.erb. Remember, you'll need to set up another controller action for a user to be able to view this form in the browser. Another reminder: the "submit" button of a form is an <input> element with a type of "submit", not a <button> element.

  5. Now we need to make sure the form is being submitted properly. You'll need to have a third controller action that takes the input from the user and renders a third view (views/display_puppy.erb) which displays the info for the puppy that was just created.

  6. Add a link on the homepage to the new puppy form.

View Sinatra Basic Forms Lab on Learn.co and start learning to code for free.

View Sinatra Basic Forms Lab on Learn.co and start learning to code for free.

View Sinatra Basic Forms Lab on Learn.co and start learning to code for free.

sinatra-basic-forms-lab-web-100817's People

Contributors

annjohn avatar jmburges avatar kriskanya avatar nscarlyon avatar slin12 avatar sophiedebenedetto avatar victhevenot 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.