You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/7-bank-project/solution
hitheswar77 1b36207979
feat(bank-project): Add Dark Mode toggle
1 month ago
..
README.md docs: describe in more exact words how to start the solution 3 years ago
app.js feat(bank-project): Add Dark Mode toggle 1 month ago
index.html feat(bank-project): Add Dark Mode toggle 1 month ago
logo.svg folder names 5 years ago
styles.css feat(bank-project): Add Dark Mode toggle 1 month ago

README.md

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, navigate to this directory, then run npx lite-server .. It will start a development web server on port 3000
  3. Open http://localhost:3000 in a browser to run the app.