Web-Dev-For-Beginners/7-bank-project
Julia Muiruri 5a333bb782 Updated the quiz-app links 2022-07-14 19:32:17 +03:00
..
1-template-route Updated the quiz-app links 2022-07-14 19:32:17 +03:00
2-forms Updated the quiz-app links 2022-07-14 19:32:17 +03:00
3-data Updated the quiz-app links 2022-07-14 19:32:17 +03:00
4-state-management Updated the quiz-app links 2022-07-14 19:32:17 +03:00
api build(deps): bump ansi-regex from 4.1.0 to 4.1.1 in /7-bank-project/api (#641) 2022-03-28 09:04:37 -04:00
images folder names 2020-11-09 22:51:04 -05:00
solution [fr] Suggest translation for 7-solution-readme (#521) 2021-11-08 21:16:00 -05:00
translations Translated all lessons to tamil language and added ta.json as a tamil translation for quizapp (#623) 2022-03-09 14:34:43 -05:00
README.md Update READ.me (#429) 2021-10-02 21:13:43 -04: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.