Web-Dev-For-Beginners/7-bank-project
Darío Hereñú 8248cce86c
Merge branch 'main' into patch-8
2023-07-17 16:54:57 -03:00
..
1-template-route Merge pull request #974 from kant/patch-7 2023-02-07 14:03:33 -06:00
2-forms Tabla markup fixed in Spanish translation 2022-11-22 20:46:46 -03:00
3-data Merge pull request #979 from kant/patch-11 2023-02-07 18:27:05 -06:00
4-state-management Update 7-bank-project/4-state-management/translations/README.es.md 2023-07-15 18:01:33 -03:00
api Merge pull request #1004 from microsoft/dependabot/npm_and_yarn/7-bank-project/api/minimatch-3.1.2 2022-12-10 10:23:52 -05:00
images folder names 2020-11-09 22:51:04 -05:00
solution Merge branch 'main' into patch-8 2023-07-17 16:54:57 -03:00
translations Rename README.pt.md to README.pt-BR.md 2022-12-20 11:35:54 -03:00
README.md update tracking links with / and remove MLSA link 2022-12-20 17:05:44 -05:00

README.md

💵 Build a Bank

In this project, you'll learn how to build a fictional bank. These lessons include instructions on how to layout a web app and provide routes, build forms, manage state, and fetch data from an API from which you can fetch the bank's data.

Screen1 Screen2

Lessons

  1. HTML Templates and Routes in a Web App
  2. Build a Login and Registration Form
  3. Methods of Fetching and Using Data
  4. Concepts of State Management

Credits

These lessons were written with ♥️ by Yohan Lasorsa.

If you're interested to learn how to build the server API used in these lessons, you can follow this series of videos (in particular videos 17 through 21).

You can also take a look at this interactive Learn tutorial.