Skip to content

isabella232/cms-apd-prototype-budget-table

 
 

Repository files navigation

CircleCI Code Climate Test Coverage

CMS APD Project | Prototype | Budget Table

A very simple static React app for building APD budget tables.

The live things

You can view a live instance of the prototype to poke around at it. There are currently two major prototyped areas.

  1. Financial request input and review
    This is the first thing you see, where you'll see a login form. Entering the username "cms" will take you to the financial request review section, and any other username will take you to the financial request input section. (No password is required for either one.)

  2. Project search
    The project search section is not linked from the prototype front page right now. Currently it lets you perform simple searches on dummy data, based on project names, states, or involved vendors.

Developing

After you clone the repo, you can use Docker to get your local environment up and running quickly, or you can just install your Node.js dependencies directly.

docker

Just run docker-compose up, wait until it's done, and then open http://localhost:8080/

direct

Run these commands to get going:

cd web
npm install
npm start

Then open http://localhost:8080/.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

A prototype web app for building APD budget tables

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 6.3%
  • HTML 3.1%
  • Shell 0.4%