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
Sara Gibbons 229d9144e4
Merge pull request #768 from borgiman/feature/bank_project_docs_improvement
2 years ago
..
1-template-route update tracking links with / and remove MLSA link 2 years ago
2-forms added new quiz app link 2 years ago
3-data update tracking links with / and remove MLSA link 2 years ago
4-state-management added new quiz app link 2 years ago
api Merge pull request #1004 from microsoft/dependabot/npm_and_yarn/7-bank-project/api/minimatch-3.1.2 2 years ago
images folder names 4 years ago
solution Merge pull request #768 from borgiman/feature/bank_project_docs_improvement 2 years ago
translations Translated all lessons to tamil language and added ta.json as a tamil translation for quizapp (#623) 3 years ago
README.md update tracking links with / and remove MLSA link 2 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.