项目作者: thinkful-ei18

项目描述 :
Create a list of bills & find out your net income.
高级语言: JavaScript
项目地址: git://github.com/thinkful-ei18/windfall-client.git
创建时间: 2018-05-09T02:36:58Z
项目社区:https://github.com/thinkful-ei18/windfall-client

开源协议:

下载


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.