This is a solution to the Invoice app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Create, read, update, and delete invoices
- Receive form validations when trying to create/edit an invoice
- Save draft invoices, and mark pending invoices as paid
- Filter invoices by status (draft/pending/paid)
- Toggle light and dark mode
- Bonus: Keep track of any changes, even after refreshing the browser (
localStoragecould be used for this if you're not building out a full-stack app)
- Solution URL: Solution
- Live Site URL: Invoice App
- Angular - JS library
- Angular Material - Angular UI framework
- Firebase - For backend database
Learned lots about building a CRUD app with Angular combined with Firebase. Also using Observables to communicate with components along with built in Angular animation libraries.
Looking to fine-tune more knowledge of Angular 16 latest features to do with new module systems. Looking at building project with this new approach in the near future.
- Angular Animations - Amazing article on how to master animations using Angular
- Angular University - The best site for all new Angular tutorials and features
- Frontend Mentor - @webguy83
- Instagram - @canadianwebdev83
