omahs a1e9ca3d91 fix typos il y a 1 an
..
1-template-route aee7ada96d fix typos il y a 1 an
2-forms b72cf009ae fix typos il y a 1 an
3-data 43d29b215d Merge pull request #979 from kant/patch-11 il y a 2 ans
4-state-management a1e9ca3d91 fix typos il y a 1 an
api 929beded86 Merge pull request #1004 from microsoft/dependabot/npm_and_yarn/7-bank-project/api/minimatch-3.1.2 il y a 2 ans
images 1d81829ac1 folder names il y a 4 ans
solution 8248cce86c Merge branch 'main' into patch-8 il y a 1 an
translations e04cc27ca4 Rename README.pt.md to README.pt-BR.md il y a 2 ans
README.md 10f6934d83 update tracking links with / and remove MLSA link il y a 2 ans

README.md

:dollar: 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 :hearts: 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.