Web-Dev-For-Beginners/7-bank-project
Jen Looper 796b437dc9
Merge pull request from CRTao/translate-tw
4 years ago
..
1-template-route Merge pull request from CRTao/translate-tw 4 years ago
2-forms Merge pull request from CRTao/translate-tw 4 years ago
3-data Merge pull request from CRTao/translate-tw 4 years ago
4-state-management Merge pull request from CRTao/translate-tw 4 years ago
api translate lesson 7 to zh-tw 4 years ago
images folder names 4 years ago
solution Merge pull request from robertopauletto/main 4 years ago
translations revise zh-tw article & add lesson 7 missing file 4 years ago
README.md Use markdown table format to display images instead 4 years ago

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.