GithubHelp home page GithubHelp logo

27-reddit-search's Introduction

cf 27: Reddit Search Engine

Submission Instructions

  • Work in a fork of this repository
  • Work in a branch on your fork
  • Submit a pull request to this repository
  • Submit a link to your pull request on canvas
  • Submit a question, observation, and how long you spent on canvas

Learning Objectives

  • Students will learn to manage controlled inputs
  • Students will learn to pass data from parent to child through props

Requirements

Feature Tasks

Create the following components and structure them according to the following diagram

App
  SearchForm
  SearchResultList
App Component
  • should contain all of the application state
  • should contain methods for modifying the application state
  • the state should have a topics array for holding the results of the search
SearchForm Component
  • should contain a text input for the user to supply a reddit board to look up
  • should contain a number input for the user to limit the number of results to return
    • the number must be more than 0 and less than 100
    • onSubmit the form should make a request to reddit
    • it should make a get request to http://reddit.com/r/${searchFormBoard}.json?limit=${searchFormLimit}
    • on success it should pass the results to the application state
    • on failure it should add a class to the form called error and turn the form's inputs borders red
SearchResultList Component
  • Should inherit all search results through props
  • This component does not need to have its own state
  • If there are topics in the application state it should display an unordered list
  • Each list item in the unordered list should contain the following
    • an anchor tag with a href to the topic.url
      • inside the anchor a heading tag with the topic.title
      • inside the anchor a p tag with the number of topic.ups

Test

  • no testing today

Documentation

Write a description of the project in your README.md

27-reddit-search's People

Contributors

vladimirsan avatar

Watchers

James Cloos 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.