/Budgety

Budget calculation app created using Native Javascript, SASS(scss synthax), 7-1 pattern and BEM methodology.

Primary LanguageCSS

Welcome to Budgety 👋

GitHub package.json version Netlify GitHub repo size

Budget calculation app created using Native Javascript, SASS(scss synthax), 7-1 pattern and BEM methodology.

Install

npm install 
# This will install node-sass locally based on package.json

Usage (If you want to make modifications to SCSS files)

npm run compile:sass 
# This will run a script from package.json which compiles scss files into css
npm run prefix:css
# This will add prefix for browser supports to a new file eg.(css/style.prefix.css)
npm run compress:css
# This will compress css/style.prefix.css into css/style.css
npm run build:css
# This will run all of 3 above scripts to run into a single one 
# (if css files gets deleted, this will regenerate them based on sass folder's files)

Author

👤 Slashflex (David)

Result can be seen here

Budgety

Show your support

Give a ⭐️ if you liked this project !