GithubHelp home page GithubHelp logo

cbessee / react-seafood Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spatialdev/react-seafood

0.0 1.0 0.0 1.3 MB

2018 Seafood Festival in react :)

JavaScript 89.64% HTML 5.20% CSS 4.99% Shell 0.17%

react-seafood's Introduction

Ballard Seafood Festival ๐Ÿ˜›

https://map.seafoodfest.org

The official web application for Ballard's annual Seafood Festival. Using data provided by the Ballard Commons, this interactive map helps folks find their favorite food, music, games, and sponsors at the iconic event.

Development

Application

This project is a Single Page Application (SPA) bootstrapped by Create React App.

To get started, clone the repository and install the npm dependences

npm i

Start the local development server

npm start

The app should be available at http://127.0.0.1:3000

Data

Mapbox Studio is used to to host the two static geojson files located in src/data.

This is a geojson FeatureCollection that contains location and metadata for for all vendor, entertainment, arts & crafts. Each feature contains a properties object with the following information

  "properties": {
    "show_label": "true",
    "active": "false",
    "toggleSymb": "keyboard_arrow_up",
    "icon": null, // Dynamic Mapbox style used to render custom icons
    "show_icon": null,
    "details": null,
    "toggleSym1": null,
    "typeDiscrib": null,
    "id": "351", // Unique vendor id
    "name": "Kid's Deck", // Official vendor name
    "size": null,
    "type": "Amusement", // Categorize by feature type (Amusement/Arts/Food) in right panel
    "expired": null,
    "rotate": null, // 
    "left_panel": true // Used to display in left panel
  }

This geojson file is used to render labels for the Main Stage, VIP area, Beer Garden, etc. These centroids were created using the turf.js centroid function.

Testing

/TODO

react-seafood's People

Contributors

danielduhh avatar cbessee avatar savannahostrowski avatar ccabanero avatar lesserj avatar chrushr 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.