https://github.com/stevndegwa/neo-bank
An online banking portal
https://github.com/stevndegwa/neo-bank
express-graphql firebase graphql reactjs relay storybook styled-components workbox
Last synced: 2 months ago
JSON representation
An online banking portal
- Host: GitHub
- URL: https://github.com/stevndegwa/neo-bank
- Owner: StevNdegwa
- Created: 2021-03-30T16:01:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T14:47:59.000Z (over 4 years ago)
- Last Synced: 2025-02-13T18:31:07.056Z (over 1 year ago)
- Topics: express-graphql, firebase, graphql, reactjs, relay, storybook, styled-components, workbox
- Language: TypeScript
- Homepage: https://neo-bank-b1ffd.firebaseapp.com/
- Size: 59.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo Bank
An online banking application
### Tech stack
- [Typescript](https://www.typescriptlang.org/) programming language
- [React](https://reactjs.org/) web framework
- [Styled Components](https://styled-components.com/) for styling
- [React hook form](https://react-hook-form.com/) for creating forms
- [React router dom](https://v5.reactrouter.com/) for application routing
- [Workbox](https://developers.google.com/web/tools/workbox)
- [Storybook](https://storybook.js.org/)
- [NodeJs](https://nodejs.org/)
- [ExpressJS](https://expressjs.com/)
- [GraphQL](https://graphql.org/)
- [Relay](https://relay.dev/)
- [Express GraphQl](https://github.com/graphql/express-graphql)
### CI/CD
Uses Github actions
### Host
Hosted on firebase
## Application structure
Applies *clean architecture*
- **src/application** Contains application logic
- **src/infrastructure** Contains infrastructure setup
- **src/presentation** Contains react presentation components
- **src/styles** Contains application global styles setup
## Acknowledgements
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Awesome README](https://github.com/matiassingers/awesome-readme)
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)
## Authors
- [@StevNdegwa](https://github.com/StevNdegwa)