Project #3 of The Modern JavaScript Masterclass.
In this project, we will be building out a web application to track one's income and expenses. We will learn about how to use third-party front-end libraries like UIkit to rapidly build out nice user interfaces, client-side validation with regular expressions, and continue to practice with the MVC design pattern.
These are specific topics covered in this project:
- UIkit components: grid, text input, button, notifications
- Client side validation with regular expressions