Skip to content

mateoclarke/budgetparty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget Party

Table of Contents

Hello!

We're Team Budget Party! Our team includes developers, designers, a publisher, a curriculum writer and educators from Open Austin, the Austin Monitor, and Austin ISD.

We are interested in the health of our civic fabric and we are excited about the potential for youth inclusion in the decision making process of local government.

Thanks for coming here to learn more!

Our Team

Project Description

Austin Budget Party has been awarded a Mozilla Gigabit Community Fund grant to help design and develop a Digital Mock City Council experience with austinbudget.party.

The goal of the grant is to create an online, open-source, digital budget debate platform and curriculum designed for middle and high school students to explore civic challenges and priorities.

Open Austin contributors partnered with the Capital of Texas Media Foundation, publisher of the Austin Monitor, to improve the budget app, develop a teaching curriculum, and implement the program in 10 pilots schools in Austin.

You can read more on our blog post announcing the grant and from the original project proposal.

Roadmap

At this stage, we have:

  1. A working prototype (version 0.0) austinbudget.party. This prototype was used at our first Game Night with Glasshouse Policy. This is the feedback we got.
  2. Designs for version 1.0 of Budget Party. See examples here and here. Sketch File
  3. Tested the prototype at a Budget Game Nights and in a high school classroom.

For the 1.0 release, we are working on:

Our target launch for v1.0 is May 7, 2017.

We presented the game and curriculum to AISD high school departments chairs on April 11, 2017.

Teachers will implement the instructional tools in May 2017.

v1.1 will follow with feedback from user testing and teachers.

Slack

Invite yourself to the Open Austin Slack Channel and join the #budgetparty channel.

Contributing

This project has received contributions from some wonderful volunteers. We would love to add your name to the list below. Over the course of this project, we have opportunities to help with design, development, QA & testing, writing, and more. To contribute, you can:

  • Report a bug or request a feature by opening a new issue.
  • Review open issues and leave a comment if you'd like to help or if you need more information.

For more information, check out CONTRIBUTING.md

Previous Contributors

Design

Here is a link to our design assets and documentation. Here are open issues labeled "Design" where you can discuss, provide feedback or volunteer to help.

Development

The Budget Party app is primarily written in javascript and leans heavily into the libraries React and Redux. The static assets are hosted via Github pages. Data submitted to the server lives in a Firebase, a Google cloud service.

Getting started

Once you have cloned this repo to you local machine, open the app directory in your Terminal.

cd app

Installation

  1. npm install

Development

  1. npm start
  2. visit http://0.0.0.0:1111/ in your browser

Build

  1. npm run build

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • CSS 24.0%
  • HTML 1.4%