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
- Host: GitHub
- URL: https://github.com/thicodes/money-plan
- Owner: thicodes
- License: mit
- Created: 2020-02-27T14:16:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T22:51:58.000Z (about 5 years ago)
- Last Synced: 2025-01-14T19:15:56.371Z (10 months ago)
- Topics: concurrent, experimental, graphql, react, relay, suspense
- Language: TypeScript
- Size: 2.26 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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**
- [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.
## **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)