Skip to content

๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ ๐——๐—ฎ๐˜€๐—ต๐—ฏ๐—ผ๐—ฎ๐—ฟ๐—ฑ ๐—ง๐—ฒ๐—บ๐—ฝ๐—น๐—ฎ๐˜๐—ฒ is not only a great kick starter for your project๐Ÿ’ช but it also is an ๐—ฒ๐˜…๐˜๐—ฟ๐—ฒ๐—บ๐—ฒ๐—น๐˜† ๐—ด๐—ผ๐—ผ๐—ฑ๐Ÿ˜ˆ place to learn some of the ๐’‚๐’…๐’—๐’‚๐’๐’„๐’†๐’… ๐’‚๐’”๐’‘๐’†๐’„๐’•๐’” of the Javascript.

License

Notifications You must be signed in to change notification settings

KoninMikhail/social-analytics-dashboard-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

42 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Free Social Analytics Dashboard Template

Developer: Mikhail Konin, Designer: Yehor Haiduk


What is this template all about?

  • Fully CSS-Grid
  • Fully responsive
  • Fully separate to components
  • No require dependencies
  • No JQuery
  • All code based on BEM principles
  • Sass
  • Google Fonts
  • Quick start from prepared workspace: ๐Ÿ—ฒ๐Ÿ—ฒ
    • Husky - Pre-commit tests
    • Commitlint - Conventional changelog commits linter
    • Standard-version - Automatic Generate changelog from commits and create releases
    • Webpack and addons(Babel, Sass, loaders, minimizers, etc.)
  • This template can be used as a base layer for any of your future projects

Request features โšก

Use issue and follow the rules :)

Report bug ๐Ÿคฌ

The data from repository is provided an "As is", without any guarantees. All the data provided is used at your own risk. If you want report a bug - use issue


dashboard screenshot dashboard screenshot mobile



TABLE OF CONTENTS



Quick start

If you need only compiled project:

  1. Clone this repository:
  2. Go to Dist folder.
  3. Enjoy this!

If you need full workspace:

  1. Clone this repository
  2. Check system requirements.
  3. Console or bash command for install package.json
    cd html-social-analytics-dashboard-template
    yarn install
  4. Enjoy this!

if you do not have installed Yarn package manager: npm install -g yarn, and repeat guide;

Requirements:

  • NodeJS: 17.3 (My version at building time)
  • Yarn: 1.22



Workspace

Toolbox with scripts

package.json contains shortcuts for most requirement operations

@koninmikhail/social-analytics-dashboard project shortcuts


Separated configurations

To simplify working environments and improve readability configuration - webpack.config.js will separate into 3 files, according building mode

New configs location: ./configuration/webpack/

FileName ('.js') Description
environment Configuration for environment paths
webpack.dev.config Configuration for developer bundle
webpack.prod.config Configuration for production bundle

Semantic Versioning

Project using commitlint for automatic generation of CHANGELOG.md from your commits.

Use template: tag: run message for commits.

Allowed tags for commits:

  • build
  • chore
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test



Template

Components ๐Ÿ”ฅ

All project separated to components by BEM. You can easy copy-paste any module into another project. Don't forget to replace color variables.

Name Description Type
Select Custom select dropdown list menu JS - Component
Notifer Small component for Notices JS - Component
Toggle Custom toggle switcher JS - Component
Hamburger Use as button-switcher mobile menu state JS - Component
Counter Card Display statistic HTML/CSS
List Use for list in another components HTML/CSS
Logo logo HTML/CSS
Menu Menu HTML/CSS
Messages Messages item in user-bar HTML/CSS
More More item in user-bar HTML/CSS
New Action New Action button item in user-bar HTML/CSS
Profile Profile picture item in user-bar HTML/CSS
Page Heading Page Title HTML/CSS
Pie Chart Diagram and legend styles HTML/CSS
Search Search box styles HTML/CSS

Customization โ€๐ŸŽจ

Set colors, fonts, sizes as you like when needed.

For get all customize variables go to ./src/config/

Filename Description
colors.config.scss Full library with all colors used on this project
typography.config.scss All for fonts.
variables.config.scss Gaps, border radius, transition.



Scaffolding

.
โ”œโ”€โ”€ .commitlintrc.json
โ”œโ”€โ”€ .versionrc.json
โ”œโ”€โ”€ babel.config.json
โ”œโ”€โ”€ CHANGELOG.md
โ”œโ”€โ”€ configuration
โ”‚   โ”œโ”€โ”€ husky
โ”‚   โ”‚   โ”œโ”€โ”€ commit-msg
โ”‚   โ”‚   โ”œโ”€โ”€ common.sh
โ”‚   โ”‚   โ””โ”€โ”€ pre-commit
โ”‚   โ””โ”€โ”€ webpack
โ”‚       โ”œโ”€โ”€ environment.js
โ”‚       โ”œโ”€โ”€ webpack.dev.config.js
โ”‚       โ””โ”€โ”€ webpack.prod.config.js
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ assets
โ”‚   โ”‚   โ”œโ”€โ”€ css
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ main.scss
โ”‚   โ”‚   โ””โ”€โ”€ images
โ”‚   โ”‚       โ”œโ”€โ”€ branding
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ logo
โ”‚   โ”‚       โ”‚       โ”œโ”€โ”€ logo.png
โ”‚   โ”‚       โ”‚       โ”œโ”€โ”€ logo.svg
โ”‚   โ”‚       โ”‚       โ””โ”€โ”€ logo_stroked.svg
โ”‚   โ”‚       โ”œโ”€โ”€ favicon.ico
โ”‚   โ”‚       โ”œโ”€โ”€ icons
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ inbox.svg
โ”‚   โ”‚       โ””โ”€โ”€ thumbs
โ”‚   โ”‚           โ”œโ”€โ”€ posts
โ”‚   โ”‚           โ”‚   โ”œโ”€โ”€ loly.jpg
โ”‚   โ”‚           โ”‚   โ””โ”€โ”€ yory.jpg
โ”‚   โ”‚           โ””โ”€โ”€ users
โ”‚   โ”‚               โ”œโ”€โ”€ avatar.jpg
โ”‚   โ”‚               โ”œโ”€โ”€ mikhail.jpg
โ”‚   โ”‚               โ””โ”€โ”€ yehor.jpg
โ”‚   โ”œโ”€โ”€ components
โ”‚   โ”‚   โ”œโ”€โ”€ btn
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ btn.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ components.scss
โ”‚   โ”‚   โ”œโ”€โ”€ counter-card
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --darknes
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card--darkness.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --primary
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card--primary.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --rounded
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card--rounded.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --secondary
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card--secondary.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --tertiary
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card--tertiary.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __count
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --balance
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__count--balance.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --has-label
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__count--label.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --size
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__count--size.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__count.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __footer
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__footer.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __head
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__head.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __icon
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__icon.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __link
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__link.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __list-item
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --icon
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__list-item--icon.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__list-item.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __list
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --horizontal
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__list--horizontal.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__list.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __logo
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --has-overlay
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__logo--has-overlay.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card__logo.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ counter-card.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ hamburger
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --active
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ hamburger--active.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __line
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --bottom
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ hamburger__line--bottom.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --top
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ hamburger__line--top.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ hamburger__line.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __svg
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ hamburger__svg.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ hamburger.component.js
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ hamburger.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ list
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __brand-box
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__brand-box.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __cell
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --wide
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__cell--wide.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__cell.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __counter
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__counter.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __date
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__date.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __item
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__item.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __logo
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__logo.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __picture
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --round
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ list__picture--round.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__picture--round_sm.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__picture.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __userlink
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list__userlink.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ list.styles.scss
โ”‚   โ”‚   โ”œโ”€โ”€ logo
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __picture
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ logo__picture.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ logo.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ menu
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __icon
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu__icon.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __item
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu__item.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __link
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --active
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu--active.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu__link.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __name
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu__name.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __svg
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu__svg.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ messages
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __icon
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ messages__icon.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __ticker
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ messages__ticker.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ messages.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ more
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __icon
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ more__icon.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ more.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ new-action
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __icon
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ _new-action__icon.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __wrapper
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ _new-action__wrapper.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ new-action.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ notifer
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --active
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ notifier--active.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __icon
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ _notifier__icon.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __ticker
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ notifier__ticker.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ notifier.component.js
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ notifier.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ page-heading
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __title
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ page-heading__title.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ page-heading.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ pie-chart
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __circle
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --negative
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart__circle--negative.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart__circle.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __legend-item-identifier
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --pure
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart__legend-item-identifier--pure.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart__legend-item-identifier.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __legend-item-name
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart__legend-item-name.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __legend-item-value
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart__legend-item-value.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __legend-item
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart__legend-item.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __legend
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart__legend.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ pie-chart.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ profile
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ _profile.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ search
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __icon-svg
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ search__icon-svg.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __icon
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ search__icon.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __input
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ search__input.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ search.style..scss
โ”‚   โ”‚   โ”œโ”€โ”€ select
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --show
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ select--show.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __dropdown
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ _select__dropdown.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __option
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ _select__option.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __options
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ _select__options.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __toggle
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ select__toggle.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ select.component.js
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ select.style.scss
โ”‚   โ”‚   โ”œโ”€โ”€ toggle
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ toggle.component.js
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ toggle.style.scss
โ”‚   โ”‚   โ””โ”€โ”€ widget
โ”‚   โ”‚       โ”œโ”€โ”€ --border
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ _border.scss
โ”‚   โ”‚       โ”œโ”€โ”€ --gap
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ _gap.scss
โ”‚   โ”‚       โ”œโ”€โ”€ --size
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ _size.scss
โ”‚   โ”‚       โ”œโ”€โ”€ __content
โ”‚   โ”‚       โ”‚   โ”œโ”€โ”€ --extra-col
โ”‚   โ”‚       โ”‚   โ”‚   โ””โ”€โ”€ _extra-col.scss
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ _content.scss
โ”‚   โ”‚       โ”œโ”€โ”€ __more-link
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ widget__more-link.scss
โ”‚   โ”‚       โ”œโ”€โ”€ __separator
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ _separator.scss
โ”‚   โ”‚       โ”œโ”€โ”€ __title
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ _title.scss
โ”‚   โ”‚       โ”œโ”€โ”€ __toolbar
โ”‚   โ”‚       โ”‚   โ””โ”€โ”€ _toolbar.scss
โ”‚   โ”‚       โ””โ”€โ”€ widget.style.scss
โ”‚   โ”œโ”€โ”€ config
โ”‚   โ”‚   โ”œโ”€โ”€ colors.config.scss
โ”‚   โ”‚   โ”œโ”€โ”€ mixins
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ _animations.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ _border-styles.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ _box-shadows.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ _breakpoints.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ _gradient.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ mixins.scss
โ”‚   โ”‚   โ”œโ”€โ”€ typography.config.scss
โ”‚   โ”‚   โ””โ”€โ”€ variables.config.scss
โ”‚   โ”œโ”€โ”€ entry-points.js
โ”‚   โ”œโ”€โ”€ helpers
โ”‚   โ”‚   โ””โ”€โ”€ mobileMenuSwitchState.js
โ”‚   โ”œโ”€โ”€ index.html
โ”‚   โ”œโ”€โ”€ index.js
โ”‚   โ”œโ”€โ”€ layouts
โ”‚   โ”‚   โ”œโ”€โ”€ app
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ app.scss
โ”‚   โ”‚   โ”œโ”€โ”€ container
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --gap
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --lg
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ container--gap--lg.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ container--gap.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ container.scss
โ”‚   โ”‚   โ”œโ”€โ”€ grid
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --main
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ grid--main.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --toolbar
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ grid--toolbar.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --widgets_area
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ grid--widgets-area.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __col
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ grid__col.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ grid.scss
โ”‚   โ”‚   โ”œโ”€โ”€ layouts.scss
โ”‚   โ”‚   โ”œโ”€โ”€ sidebar
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __footer-nav
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ sidebar__footer-nav.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __hamburger
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ sidebar__hamburger.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __item
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ sidebar__item.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __logo
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ sidebar__logo.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __main-nav
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ menu
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __link
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --active
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu__link--active.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu__link.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ menu.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ sidebar__main-nav.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ sidebar.scss
โ”‚   โ”‚   โ”œโ”€โ”€ user-bar
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --mobile-float
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --center
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar--mobile-float--center.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --left
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar--mobile-float--left.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --right
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar--mobile-float--right.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar--mobile-float.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --pc-float
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --center
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar--pc-float--center.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --left
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar--pc-float--left.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ --right
โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar--pc-float--right.scss
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar--pc-float.scss
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __item
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar__item.scss
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user-bar.scss
โ”‚   โ”‚   โ””โ”€โ”€ wrapper
โ”‚   โ”‚       โ””โ”€โ”€ wrapper.scss
โ”‚   โ””โ”€โ”€ theme
โ”‚       โ”œโ”€โ”€ theme-dark
โ”‚       โ”‚   โ””โ”€โ”€ _theme-dark.scss
โ”‚       โ”œโ”€โ”€ theme-light
โ”‚       โ”‚   โ””โ”€โ”€ _theme-light.scss
โ”‚       โ””โ”€โ”€ theme.scss
โ”œโ”€โ”€ webpack.config.js



Contributors

I am <3 contributions big or small. If you help my project --> ๐Ÿฐlink to your profile will be here๐Ÿฐ.



Buy Me A Coffee

@koninmikhail/Social Analytics Dashboard Template Author brand logo without text

Currently I'm seeking for new sponsors to help maintain this project! โค๏ธ

With every donation you make - you're helping with development of this project. You will be also featured in project's README.md, so everyone will see your contribution and visit your contentโญ.

OR CLICK BUTTON

GitHub followers GitHub stars GitHub watchers GitHub forks



License and Changelog

Copyright (c) 2022, Mikahil Konin & Yehor Haiduk. This project under MIT license. See the changes in the CHANGELOG.md file.

About

๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ ๐——๐—ฎ๐˜€๐—ต๐—ฏ๐—ผ๐—ฎ๐—ฟ๐—ฑ ๐—ง๐—ฒ๐—บ๐—ฝ๐—น๐—ฎ๐˜๐—ฒ is not only a great kick starter for your project๐Ÿ’ช but it also is an ๐—ฒ๐˜…๐˜๐—ฟ๐—ฒ๐—บ๐—ฒ๐—น๐˜† ๐—ด๐—ผ๐—ผ๐—ฑ๐Ÿ˜ˆ place to learn some of the ๐’‚๐’…๐’—๐’‚๐’๐’„๐’†๐’… ๐’‚๐’”๐’‘๐’†๐’„๐’•๐’” of the Javascript.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks