Skip to content

Olcaytp/budget-app

Repository files navigation

What I learned ??

Imported Bulma. Bulma is a free, open source csc framework that provides ready-to-use frontend components that you can easily combine to build responsive web interfaces. No CSS knowledge required

Designed scss variable to use effective css;

npm install bulma --save

Forexample this way of using &.green { color: lighten($green, 12%); }

means if the class will be green change the color of class lighter green with amount of 12%

Foreexample with scss with "$input-background-color: $light-grey;" this code particle we define the input bg color. It's cool!

Added Angular Material ng add @angular/material

This isthe project that we used effectively @Input and @Output decorators

Budget-App-Angular

budget-app budget-app budget-app budget-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published