GithubHelp home page GithubHelp logo

reactreviewdogs's Introduction

ReactReviewDogs

Getting Started

  1. Run npm install to install the project dependencies
  2. Run npm run build to start Webpack and transpile your files into dist/bundle.js
  3. Run npm start to start up the server and serve up index.html
  4. Open localhost:3500 in your browser to see the page

What We'll Be Building

Steps to Complete

  • Set up App component in App.jsx
  • Render App to index.html via index.jsx
  • Import dog data from data/dogs.js, and store it in App's state once the page has loaded (via a lifecycle method)
  • Set up DogList and DogEntry components in their respective files (create DogEntry as a functional stateless component first, using the just the html under the 'LESS INFO' comment)
  • Have App render the DogList component, and the DogList component render one DogEntry for each dog object in the App's state
  • Add functionality for the 'Add to Favorites' button on each of the DogEntries, storing added dogs in App's state (ideally we want to avoid duplicate dogs getting added)
  • Set up Favorites component to render the 'fav-entry' html for each dog in the favorites list
  • Add functionality for the 'Remove from Favorites' button associated with each dog in favorites
  • Re-factor DogEntry to be a class component, and set it up to conditionally render either the 'More Info' or 'Less Info' html, depending on if the 'More Info' button has been clicked

reactreviewdogs's People

Contributors

ajmunoz411 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.