Skip to content

Instantly share code, notes, and snippets.

@toshsan
Created November 2, 2024 14:07
Show Gist options
  • Save toshsan/50528298a9c4d1bed61867642796511d to your computer and use it in GitHub Desktop.
Save toshsan/50528298a9c4d1bed61867642796511d to your computer and use it in GitHub Desktop.
USA States JSON Array
[
{"label": "Alabama", "value": "alabama", "code": "AL", "about": "Known for its rich history and southern hospitality."},
{"label": "Alaska", "value": "alaska", "code": "AK", "about": "Famous for its stunning natural landscapes and wildlife."},
{"label": "Arizona", "value": "arizona", "code": "AZ", "about": "Home to the Grand Canyon and vibrant desert landscapes."},
{"label": "Arkansas", "value": "arkansas", "code": "AR", "about": "Features diverse geography, including mountains and rivers."},
{"label": "California", "value": "california", "code": "CA", "about": "Known for its entertainment industry and diverse culture."},
{"label": "Colorado", "value": "colorado", "code": "CO", "about": "Famous for its stunning Rocky Mountains and outdoor activities."},
{"label": "Connecticut", "value": "connecticut", "code": "CT", "about": "Rich in colonial history and coastal beauty."},
{"label": "Delaware", "value": "delaware", "code": "DE", "about": "Known as the First State with a vibrant tax-free shopping."},
{"label": "Florida", "value": "florida", "code": "FL", "about": "Famous for its beaches, theme parks, and warm climate."},
{"label": "Georgia", "value": "georgia", "code": "GA", "about": "Known for its peaches and bustling city of Atlanta."},
{"label": "Hawaii", "value": "hawaii", "code": "HI", "about": "Renowned for its beautiful islands and unique culture."},
{"label": "Idaho", "value": "idaho", "code": "ID", "about": "Known for its potato production and stunning landscapes."},
{"label": "Illinois", "value": "illinois", "code": "IL", "about": "Home to Chicago, known for its architecture and history."},
{"label": "Indiana", "value": "indiana", "code": "IN", "about": "Famous for the Indianapolis 500 and Hoosier hospitality."},
{"label": "Iowa", "value": "iowa", "code": "IA", "about": "Known for its agriculture and the first caucus in presidential elections."},
{"label": "Kansas", "value": "kansas", "code": "KS", "about": "Famous for its plains and agricultural heritage."},
{"label": "Kentucky", "value": "kentucky", "code": "KY", "about": "Known for bourbon, horse racing, and bluegrass music."},
{"label": "Louisiana", "value": "louisiana", "code": "LA", "about": "Famous for its vibrant culture and New Orleans jazz."},
{"label": "Maine", "value": "maine", "code": "ME", "about": "Known for its rugged coastline and lobster industry."},
{"label": "Maryland", "value": "maryland", "code": "MD", "about": "Famous for its blue crabs and Chesapeake Bay."},
{"label": "Massachusetts", "value": "massachusetts", "code": "MA", "about": "Rich in history and home to many prestigious universities."},
{"label": "Michigan", "value": "michigan", "code": "MI", "about": "Known for its Great Lakes and automotive industry."},
{"label": "Minnesota", "value": "minnesota", "code": "MN", "about": "Famous for its lakes and the Twin Cities."},
{"label": "Mississippi", "value": "mississippi", "code": "MS", "about": "Known for its river, blues music, and rich history."},
{"label": "Missouri", "value": "missouri", "code": "MO", "about": "Home to the Gateway Arch and vibrant cities."},
{"label": "Montana", "value": "montana", "code": "MT", "about": "Famous for its stunning landscapes and outdoor recreation."},
{"label": "Nebraska", "value": "nebraska", "code": "NE", "about": "Known for its prairies and agricultural production."},
{"label": "Nevada", "value": "nevada", "code": "NV", "about": "Famous for Las Vegas and its desert landscapes."},
{"label": "New Hampshire", "value": "new-hampshire", "code": "NH", "about": "Known for its beautiful fall foliage and mountains."},
{"label": "New Jersey", "value": "new-jersey", "code": "NJ", "about": "Rich in history and known for its diverse population."},
{"label": "New Mexico", "value": "new-mexico", "code": "NM", "about": "Famous for its desert landscapes and Pueblo culture."},
{"label": "New York", "value": "new-york", "code": "NY", "about": "Known for New York City and cultural diversity."},
{"label": "North Carolina", "value": "north-carolina", "code": "NC", "about": "Famous for its beaches and the Blue Ridge Mountains."},
{"label": "North Dakota", "value": "north-dakota", "code": "ND", "about": "Known for its rugged terrain and Native American heritage."},
{"label": "Ohio", "value": "ohio", "code": "OH", "about": "Home to many major cities and rich in industrial history."},
{"label": "Oklahoma", "value": "oklahoma", "code": "OK", "about": "Famous for its tornadoes and Native American culture."},
{"label": "Oregon", "value": "oregon", "code": "OR", "about": "Known for its lush landscapes and progressive culture."},
{"label": "Pennsylvania", "value": "pennsylvania", "code": "PA", "about": "Rich in American history and home to Philadelphia."},
{"label": "Rhode Island", "value": "rhode-island", "code": "RI", "about": "The smallest state, known for its coastal towns."},
{"label": "South Carolina", "value": "south-carolina", "code": "SC", "about": "Famous for its historic sites and coastal charm."},
{"label": "South Dakota", "value": "south-dakota", "code": "SD", "about": "Home to Mount Rushmore and the Badlands."},
{"label": "Tennessee", "value": "tennessee", "code": "TN", "about": "Known for its music scenes in Nashville and Memphis."},
{"label": "Texas", "value": "texas", "code": "TX", "about": "Famous for its size, culture, and BBQ."},
{"label": "Utah", "value": "utah", "code": "UT", "about": "Known for its national parks and Mormon heritage."},
{"label": "Vermont", "value": "vermont", "code": "VT", "about": "Famous for its beautiful landscapes and maple syrup."},
{"label": "Virginia", "value": "virginia", "code": "VA", "about": "Rich in American history and home to many presidents."},
{"label": "Washington", "value": "washington", "code": "WA", "about": "Known for its coffee culture and stunning scenery."},
{"label": "West Virginia", "value": "west-virginia", "code": "WV", "about": "Famous for its mountains and outdoor recreation."},
{"label": "Wisconsin", "value": "wisconsin", "code": "WI", "about": "Known for its dairy industry and beautiful lakes."},
{"label": "Wyoming", "value": "wyoming", "code": "WY", "about": "Famous for its national parks and wide open spaces."}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment