Files
Web-Dev-For-Beginners/7-bank-project/solution
Charles Emmanuel S. Ndiaye 28c18071ab [fr] Suggest translation for 7-solution-readme (#521)
* Fix small typo, links and reference fr assignment

Fix small typo, links and reference french assignment

* Fix: Add loc param and reference fr assignment

Add localization parameter on quizzes links and reference fr assignment

* fix localization param

fix localization param

* Translate 7-solution-readme in french
2021-11-08 21:16:00 -05:00
..
2020-11-10 19:49:42 +01:00
2020-11-09 22:51:04 -05:00
2020-11-09 22:51:04 -05:00
2020-11-09 22:51:04 -05:00

Bank app

Example solution for the bank app project, built with vanilla HTML5, CSS and JavaScript (no frameworks or libraries used).

Running the app

First make sure you have the API server running.

Any web server can be used to run the app, but since you should have Node.js installed anyway to run the API, you can:

  1. Git clone this repo.
  2. Open a terminal, then run npx lite-server solution. It will start a development web server on port 3000
  3. Open http://localhost:3000 in a browser to run the app.