Skip to content

This application reads in json data about each state (name, capital, statecode) and presents it to the user. The data can then be filtered and sorted.

Notifications You must be signed in to change notification settings

emmet-gingles/React-US_States

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Download Node.js from https://nodejs.org/en/download/
  2. Run the following commands from command line:
    npm install react
    npm install react-dom
    npm install react-bootstrap
  3. Run this command to create project
    npm create-react-app us_states
  4. Delete contents of public and src directories. Then copy the files to them.

About

This application reads in json data about each state (name, capital, statecode) and presents it to the user. The data can then be filtered and sorted.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published