Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.23 KB

GeekBudget Web client

Build Status Coverage Status

This is Web client for GeekBudget.Api. Try it now

API repository: GeekBudget.Api

Info

GeekBudget is budget tracker for geeks (hence the name). It is focused on transparency, ease-of-use and extensibility. This repository contains official web client for GeekBudget API.

There is no bussines logic in this client. It fully relies on GeekBudget.Api. Offline version of the website is available (thanks to service workers), however it does not cache data, so there will be no functionality.

Client designed to work serverless (as a static page). Currently test version is hosted on GitHub pages.

Warning

This project is under heavy development. There is first alpha-version upcoming soon. Stay tuned.

Tech-stack

  • React 16

  • React Router 4

  • React-concise-state

  • Material UI

  • Jest

  • Enzyme