An open API service indexing awesome lists of open source software.

https://github.com/thicodes/money-plan

Manage all your finances with ease
https://github.com/thicodes/money-plan

concurrent experimental graphql react relay suspense

Last synced: 9 months ago
JSON representation

Manage all your finances with ease

Awesome Lists containing this project

README

          


Money Plan


React + Relay project using concurrent mode to preload queries


Why ?
Stack
Getting Started
Contributing
Credits

## **Why ?**

Through my need to better organize finances I tried to find some platform that could help me. However, I found interesting features in some, limitations in others. Hence the Money Plan was born. Why not create your own, open source and use modern technologies?

## **Stack**


Stack


- [React Experimental + Suspense](https://reactjs.org/)
- [Relay Experimental + Hooks](https://relay.dev/docs/en/experimental/a-guided-tour-of-relay)
- [Styled Components](https://www.styled-components.com/)
- [Styled System](https://styled-system.com/)
- [Rebass](https://rebassjs.org/)
- [Formik + Yup](https://jaredpalmer.com/formik/)
- [MongoDB](https://www.mongodb.com/)
- [GraphQL](https://github.com/facebook/graphql)
- [Typescript](https://www.typescriptlang.org/)

## **Getting Started**

### Installing
```
yarn install
```

### Run Server Package
```
yarn start:server
```

### Run Web Package
Compile Relay
```
yarn relay:web
```

Start Package
```
yarn start:web
```

## **Contributing**

All kinds of contributions are very welcome and appreciated !
You can also contribute money to help Money Plan.



Patreon

## **Credits**

- [Hangout with Sibelius Seraphini on Relay and Concurrent Mode](https://www.youtube.com/watch?v=dAazdich_qg&t=2037s)
- [Entria Full Stack](https://github.com/entria/entria-fullstack)
- [Relay Example Issue Tracker](https://github.com/relayjs/relay-examples/tree/master/issue-tracker)