Welcome to Budgety 👋
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)
- Twitter: @saoud_david
- Github: @Slashflex
Result can be seen here
Show your support
Give a ⭐️ if you liked this project !