Windfall is a web application lets you create a list of bills and see your net income. The live app is deployed at https://windfall-app.netlify.com.
It's built with React JS, React Redux, Redux Forms and a mobile-first design. I experimented a lot with reusable components (BillForm.js is used both to create new bills and to edit bills), stuck to an accessible color scheme, and will continue to review and tweak it for further accessbility.
The repo for the backend and API documentation can be found at: https://github.com/thinkful-ei18/windfall-server. It is built with Express.js, PostgresQL, and knex.js, and deployed with Heroku.