Skip to the content.

DOELT

Video Introduction

TABLE OF CONTENTS

OVERVIEW

We created this legislative-tracking application for the Hawaii State Department of Education as part of the 2022 Hawaii Annual Code Challenge (HACC). The goal of this application is to not only help the HI DOE accomplish its mission but also to improve the educational environment for future Hawaii students.

This application was built using JavaScript, React, Meteor, and MongoDB.

USER GUIDES

PAGES AND COMPONENTS

Log-in Page

Home Page

All Bills Page

DOE Bills Page

View Bill Page

Edit Testimony Page

DEVELOPER’S GUIDE

To download the source code, please head over to the repository page and download the master branch.

To run the app, navigate to the master branch directory in your terminal and open the app folder.

Make sure you have Meteor and Node installed to your system. Once these programs are installed, run the following commands in the app folder:

meteor npm install
meteor npm run start

Then, navigate to http://localhost:3000 in your web browser.

If you’d like to modify the source code, it is recommended that you use IntelliJ Idea or a similar IDE.

MEMBERS