salascarlosni / Dashboard-angular

My custom dashboard template for my projects, based on angular and PrimeNG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard-Angular

This project was created for being used in my actual projects and future, giving a good template for start off.

This template was designed using Angular and PrimeNG framework, but styling the components to give it a modern look. It uses modularization for high customization. You can clone and use it as you want, for learning purposes or use it in projects.

Navigate to localhost:4200/home, to look it.

Screenshot of the dashboard

Customization

Change project name

Navigate to src/app/globals/Constants.ts, and change there the "Logo" variable.

Change colors

Navigate to src/app/styles/variable.less, and change there each color variable as you want, thanks to less technology.

Future features

-Add a login screen. -Add a footer section. -Style the another components of primeNG.

About

My custom dashboard template for my projects, based on angular and PrimeNG

License:MIT License


Languages

Language:TypeScript 63.3%Language:CSS 20.1%Language:HTML 9.6%Language:JavaScript 7.0%