Enlite Prime – React Admin Dashboard Template For Full-Stack Developer

Enlite Prime - React Admin Dashboard Template For Full-Stack Developer

LIVE PREVIEWBUY FOR $18

NOTE:

This is a React.js template written in javascript. It’s built on Material-UI library. It will not work the WordPress/PHP nor will it work as a static HTML template.

Enlite Prime is a fullstack website template based on React Boilerplate.
It provides you clean modern design and integrated backend.
Enlite prime has translation ready with RTL support,
and also comes with multiple color along dark mode which gives you the design flexibility.

Enlite Prime - React Admin Dashboard Template For Full-Stack Developer - 1

IMPORTANT!

To get more confidence before buying, please READ the DOCUMENTATION below or TRY the SAMPLE PROJECT to make sure this template is suitable for your needs. We don’t offer a refund if you buy it by mistake or if the item is downloaded


docs button


docs button

What’s Inside?
This template contains more than 30 components based on material-ui designs. And also various sample pages
like Landing page, 2 Dashboards variant, and Profile.
Not stop until that, the backend integration is one of our focus in this template.
Firebase authentication with email and social login, pre-build CRUD apps with Firebase realtime DB and Redux Saga.
That all for you to boost your web app development process. Enlite Prime is the template you will love to work on.

Template Feature

  • Modern Technologies. Built with one of most popular javascript library React.JS and Redux
  • Premium designs. Simple and elegant theme color along with dark and lightmode
  • Multiple layout and RTL Support. Sidebar and Topbar navigation layout. Auto RTL adjustment styling with jss-rtl
  • Authentication. Use Firebase social and email login
  • Pre-build apps. Sample CRUD app with Redux-Saga and Realtime DB integration.
  • Support multilanguage. Including 6 translation English, Deutsch, Arabic, Chinese, Bahasa Indonesia, Español.
  • 30+ react components and modules written in react class which reusable and easy to modify.
  • Various sample pages Landing page, 2 Dashboards variant, and many more
  • Next Generation JavaScript written in ES6
  • Responsive design Based on standard 12 Grid System
  • Starter Project. Build app from scratch without without being distracted from innate feature.
  • Test Unit. Material UI Components functional test with Mocha and Chai
  • High Performance. Styling with JSS (CSS in JS) and Async Code Splitting.
  • Clean code maintained by eslint.
  • Fully vector icons and font icons.
  • Direct code preview. Get source code easier without open files.
  • And many more…

Library Version

- react 16.13.1
- material-ui 4.11.0 (see compability https://material-ui.com/getting-started/supported-platforms/)
- redux 4.0.5
- webpack 4.42.0
- redux-form 8.3.7
- redux-saga 1.0.2
- express 4.16.4
- firebase 7.24.0
- and more...

Files and Folder Structure

├── app           # main application source code
│   ├── api       # api sample dummy data collection and ui initial value
│   │   ├── apps
│   │   ├── chart
│   │   ├── dummy
│   │   ├── icons
│   │   ├── images
│   │   ├── palette
│   │   └── ui
│   ├── app.js
│   ├── components # UI Components
│   │   ├── Badges
│   │   ├── BreadCrumb
│   │   ├── CardPaper
│   │   ├── Contact
│   │   ├── Counter
│   │   ├── Email
│   │   ├── Error
│   │   ├── Forms
│   │   ├── Gallery
│   │   ├── GuideSlider
│   │   ├── Header
│   │   ├── ImageLightbox
│   │   ├── LandingPage
│   │   ├── Loading
│   │   ├── Notification
│   │   ├── Panel
│   │   ├── PapperBlock
│   │   ├── Profile
│   │   ├── Quote
│   │   ├── Search
│   │   ├── SelectLanguage
│   │   ├── Sidebar
│   │   ├── SidebarBig
│   │   ├── SourceReader
│   │   ├── Tables
│   │   ├── TemplateSettings
│   │   ├── TextEditor
│   │   ├── TodoList
│   │   ├── Widget
│   │   ├── helpers
│   │   └── index.js
│   ├── config         # enviroment and other global configuration
│   ├── containers     # application wrapper and root template
│   │   ├── App
│   │   ├── Charts
│   │   ├── Dashboard
│   │   ├── Forms
│   │   ├── LandingPage
│   │   ├── LanguageProvider
│   │   ├── Layouts
│   │   ├── LocaleToggle
│   │   ├── Maps
│   │   ├── NotFound
│   │   ├── Pages
│   │   ├── Parent
│   │   ├── SampleApps
│   │   ├── SampleFullstackApps
│   │   ├── Session
│   │   ├── Tables
│   │   ├── Templates
│   │   ├── UiElements
│   │   └── pageListAsync.js
│   ├── firebase      # Firebase configuration
│   │   ├── config.js
│   │   ├── firebase.js
│   │   └── index.js
│   ├── i18n.js       # Multilanguage setup
│   ├── index.html    # main HTML
│   ├── redux         # redux settings
│   ├── styles        # style declaration witc scss and css
│   ├── translations
│   │   ├── ar.json
│   │   ├── de.json
│   │   ├── en.json
│   │   ├── es.json
│   │   ├── id.json
│   │   └── zh.json
│   └── utils         # redux saga configuration
├── dump_data         # Sample data dump
│   └── enlite-3a841-export.json
├── firebase.json
├── firebase.rules.json
├── internals         # webpack and app configuration
│   ├── config.js
│   ├── generators
│   ├── mocks
│   ├── scripts
│   ├── testing
│   └── webpack
├── node_modules      # packages, modules and plugins
├── 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
                        

Source and Credit

Fonts :
Maven Pro

Preview Images Used

Unsplash
Pixabay
randomuser.me

Note: All images are just used for Preview Purpose Only. They are not part of the template and NOT included in the final purchase files.

Change Log

Version 1.7.0 - 30 aug 2021
- Change autocomplete using material-ui/lab
- Update UI Components demo to react-hooks
- Remove source map warning in devtool
- Update dependencies

Version 1.6.0 - 8 Jun 2021
- Fixed: AuthWrapper login redirection
- Fixed: Chart dimension warning
- Chore: Update react version and update some dependencies.
- Feature: change react-google-map to @react-google-maps/api
- Disable offline access by default
- Docs: Add guide how to enable offline access

Version 1.5.0 - 23 Mar 2021
- Fixed: Big Menu navigation active issue in mobile screen
- Fixed: Skeleton preloader animation
- Chore: Implement hooks lifecycle for Forms Demo
- Chore: Implement hooks lifecycle for Widgets Demo

Version 1.4.3 - 13 Dec 2020
- Fixed: Big Sidebar transition issue
- Fixed: node-sass installation issue for node version 14
- Chore: Implement hooks lifecycle for Tables
- Chore: Implement hooks lifecycle for Pages

Version 1.4.2 - 15 Nov 2020
- Chore: Implement hooks lifecycle for Landing Page
- Chore: Implement hooks lifecycle for Dashboard
- Chore: Implement hooks lifecycle for Sample Apps
- Chore: Implement hooks lifecycle for Auth Pages
- Chore: Implement hooks lifecycle for Chart
- Chore: Implement hooks lifecycle for Maps

Version 1.4.1 - 18 Oct 2020
- Implement hooks lifecycle for Container Routes and Template
- Implement hooks lifecycle for Main Components (Header, Sidebar, Big Sidebar, Search and Guide)
- Fixed: Error decoration alignment in mobile
- Fixed: Selected item state on Sidebar Menu
- Fixed: Floating form background issue in dark mode

Version 1.4 - 23 Jul, 2020
- Feature: Added one level menu
- Chore: changed react-ionicons to ionicon font-icon
- Fixed: MUI-Table filter in mobile screen
- Fixed: Twice render in main container
- Fixed: Todo add text box alignment
- Fixed: Redux form editing text

... See the rest change log in docs

Version 1.0 – 13 May, 2019
- Enlite Prime released


Source