Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 817 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 817 Bytes

Windfall Client

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.

windfall preview|549x795, 50%

API Documentation & Server Repo

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.