- A simple react app that simulates a internet banking application with account statement overview.
- The simples conta internet banking project was made for a developer test with the following requirements:
- Create Login screen for an Internet Banking
- Create the Internet Banking Home of the Simple Account (company data, balance, graph of entry and exit)
- Create company statement and statement detail
- Allow filtering by transaction type and "Credit" and "Debit" flag
- Create a screen to show transactions grouped by card, present finalCard and value
- Clone the repo with
$ git clone https://github.com/joaopaulo-ld/simples-conta-internet-banking
- Install the dependecies with
yarn
ornpm i
- Run the project with
yarn start
ornpm start
- Start hacking on
localhost:3000
- Improve the main input and output chart
- Implement the shimmer effect on the components that needs to load data from mock files
- Implement cryptography on localStorage items
- Cards page (you can see a "maintenance" message on the page). the problem encountered was the possibility to filter the cards within the mocked data since the transactions are not grouped by company. But soon this feature will be finished.
- Register page. The register functionality is not yet implemented due to the mock data being static.
-
Leave a ⭐ on this repo
-
Fork and make a new
git branch
for the updates -
Make a PR to include all your new features!