NOTE:
- This is a React template. It’s built on Material-UI library. It will not work the Wordpress nor will it work as a static HTML template.
Boss Ultimate is admin dashboard template based on React and Redux javascript library. It provides you clean modern design and high performance react app with various color theme. This template has been built to makes the development process easy and fast for you, which is supported by material-ui v1.x, jss (css in js), immutable js, webpack, npm modern workflow and flexible layout with flexbox.
What’s Inside?
Boss Ultimate contains more than 25 react components in 9 categories that will meet any needs you may have in your project. Every components, modules and pages are fully customizable, easy to use and suitable for large scale project.
Template Feature
- Built with one of most popular javascript library React.JS and Redux
- Use Google Material Design and Icons
- Easy to manage data collection with immutable.js
- Code Splitting
- Load modules with Happypack
- Written in ES6
- Responsive design
- Starter-Project included with minimal setup and configuration
- High performance with Code Splitting and JSS (CSS in JS)
- Clean code maintained by eslint
- 25+ reusable react components and modules
- Based on standard 12 Grid System
- Fully vector icons and font icons
- Simple and elegant Style.
- Easy to modify
- Clear and effective documentation with direct code preview
- And many more…
Folder Structure
├── app # main application source code │ ├── actions # redux action dispatchers and action types │ ├── api # api sample dummy data collection and ui initial value │ ├── app.js │ ├── components # UI Components │ │ ├── Badges │ │ ├── BreadCrumb │ │ ├── Calendar │ │ ├── CardPaper │ │ ├── Cart │ │ ├── Chat │ │ ├── Comments │ │ ├── Contact │ │ ├── Counter │ │ ├── Divider │ │ ├── Email │ │ ├── Error │ │ ├── Forms │ │ ├── Gallery │ │ ├── Header │ │ ├── ImageLightbox │ │ ├── LandingPage │ │ ├── Loading │ │ ├── Notification │ │ ├── Pagination │ │ ├── Panel │ │ ├── PapperBlock │ │ ├── Product │ │ ├── Profile │ │ ├── Quote │ │ ├── Rating │ │ ├── Search │ │ ├── Sidebar │ │ ├── SocialMedia │ │ ├── SourceReader │ │ ├── Tables │ │ ├── TemplateSettings │ │ ├── TextEditor │ │ ├── Widget │ │ └── index.js │ ├── config # enviroment and other global configuration │ ├── containers # application wrapper and root template │ │ ├── App │ │ ├── Charts │ │ ├── Dashboard │ │ ├── Forms │ │ ├── LandingPage │ │ ├── LanguageProvider │ │ ├── Layouts │ │ ├── Maps │ │ ├── NotFound │ │ ├── Pages │ │ ├── Parent │ │ ├── Tables │ │ ├── Templates │ │ ├── UiElements │ │ └── pageListAsync.js │ ├── index.html # main HTML │ ├── redux # redux settings │ ├── styles # style declaration witc scss and css │ └── utils # redux saga configuration ├── internals # webpack and app configuration │ ├── config.js │ ├── generators │ ├── mocks │ ├── scripts │ ├── testing │ └── webpack ├── package-lock.json ├── package.json # npm package manager file ├── postcss.config.js # css config ├── public # all public assets directory │ ├── favicons │ └── images ├── server # backend configuration │ ├── argv.js │ ├── index.js │ ├── logger.js │ ├── middlewares │ ├── port.js │ ├── rawdocs.js │ └── rawicons.js └── yarn.lock
Get FREE sample source code.
We have Boss-Lite version it’s FREE sample source code. Just leave us a message to request Boss-Lite source code
Sources and Credit
Fonts : Roboto
Preview Images Used Unsplash Pixabay randomuser.me Change Log
Version 1.5 – 28 Nov 2018 - Chore: Use React Boilerplate for base project - Chore: Upgrade Material UI to 3.3.2 - Feature: Add Dashboard, Form and Table page fo starter project - Docs: Updated instalation and deployment documentation Version 1.3 – 23 Sep 2018 - Feature: You can change ui theme anywhere with theme chooser - Fixed: Memory Leak warning messages in some pages - Fixed: Error when get history page from Parent page - Chore: updated React Hot Loader module to version 4 - Design: Improve header menu design - Doc: Added guide for production setup in windows OS Version 1.2.1 – 20 Aug 2018 - Fix: HMR conflicted with MUI withStyles Issue - Docs: Add optimization section Version 1.2 – 12 Aug 2018 - Chore: Upgrade Webpack to version 4.16.4 - Chore: Upgrade react router to version 4.3.1 - Chore: Update Material Icon to version 1.1 - Chore: Optimize starting project with Happypack - Feature: Implemented code splitting Version 1.1 – 28 Jul 2018 - Chore: Update Material UI to 1.4.1 - Chore: Update Material Icon to 1.1.0 - Fix: Miss alignment for icon menu when collapsed - Fix: Preloader not show at begining page reload - Fix: Invalid date time format in calendar for new created event - Feature: Add starter project - Feature: Add more Material UI sample ui components Version 1.0 – 16 Jul 2018 - Boss Ultimate released