Skip to content

jsanchezdepablo/open-bank-test

Repository files navigation

Notes

I had to update some libraries as react-scripts since some properties of ECMAScript6 didn't work with old versions of react-scripts.

LANGUAGES
There are two languages, English and Spanish. To switch between them, it's necessary to change the language of the browser and recharge the web page. Any different language to spanish will be showed as english.

GET ERROR RESPONSE
To simulate an error response it's neccessary to use 'pruebaKO123' as password.

In the project directory, you can run:

npm install

You need to do first this step. It's necessary to download all libraries associated to this project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.