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

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

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)