Coder Social home page Coder Social logo

famous-people-react's Introduction

Famous People List

Start with the code provided here.

The server side code and routes have been provided for you. You shouldn't have to change anything in the server.

Please create a database called famous_people and use the database.sql file to help you spin it up.

npm install

npm run server

npm run client

Required Features

  • In the FamousSection Component, there should be a GET request and it should fire off on load of the component. Take the response.data and assign it to the famousPeopleArray.
  • Add a bullet list of everyone in the famousPeopleArray array to the bottom of the FamousSection Component.
  • When the Submit button is clicked, add the new famous person to the database with a POST request.
  • Once a successful POST request has been made, the list on the DOM should update to show that new person.
  • Clear the input fields after a new person is added.

Stretch Goals

Components (REQUIRES PROPS)

Split the FamousSection Component into 3 Components:

  • a FamousPersonForm (to add a new person)
  • a FamousPersonList (to display each person in the database)
  • a FamousPerson (to display a single famous person's info as 'Felicia Day is famous for "The Guild". (Use this inside of the FamousPersonList component.)

famous-people-react's People

Contributors

benjaminlynch010 avatar

Stargazers

 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.