loleg / backboard

One page app that uses the dribdat API to present challenges

Home Page:https://codesandbox.io/s/github/loleg/backboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backboard for Dribdat

This is a single page application (SPA) that shows the projects and challenges for a hackathon event using the remote API of dribdat. Currently it only displays the project data for a specific event. More functionality is planned in the future, with the goal of having a modern frontend for dribdat.

It has minimal formatting, tight margins, and is ideal for embedding into your webpage anonuncing the upcoming event or results.

You probably want to enable Challenges and Previews (opens modal dialog on click with navigation) in the options at the footer of the page. Use the handy Share link to get a URL with your config.

Demo: https://backboard.vercel.app/

Installation

Deploy this application with any service that supports Node.js

Deploy with Vercel

Usage

Put a datapackage.json file that you exported from dribdat into the public folder - or just configure with a link to your dribdat event.

You can use the following environment variables:

Development

To run locally, install Node.js and Yarn, then to start a development server:

yarn serve

Credits

Created using Vue.js and CodeSandbox.

See also this earlier version: https://github.com/dribdat/dribdat2_frontend

Why backboard?

Players typically aim for the box in the backboard when making a shot in basketball.

MIT License

About

One page app that uses the dribdat API to present challenges

https://codesandbox.io/s/github/loleg/backboard

License:MIT License


Languages

Language:Vue 98.5%Language:HTML 1.0%Language:JavaScript 0.4%