Enlite Starter

screenshot of Enlite Starter
express
react
scss
material-ui
firebase

Enlite Starter - React Dashboard Starter Template with Firebase Auth

Overview:

Enlite Starter is a React Admin Dashboard Template designed for Full-Stack Developers. It offers a range of features and functionalities that make it suitable for building web applications. The template is built with ReactJS and Redux, making use of modern technologies. It includes premium designs with simple and elegant theme colors, as well as dark and light modes. The template supports multiple layouts, including sidebar and topbar navigation layouts, and also provides RTL (right-to-left) support. Authentication is handled using Firebase social and email login. Additionally, Enlite Starter offers pre-built apps, support for multiple languages, and more than 30 reusable and easy-to-modify React components and modules.

Features:

  • Modern Technologies: Built with ReactJS and Redux, two popular JavaScript libraries.
  • Premium Designs: Simple and elegant theme colors, with dark and light modes.
  • Multiple Layout and RTL Support: Choose between sidebar and topbar navigation layouts, with automatic RTL adjustment styling.
  • Authentication: Use Firebase for social and email login.
  • Pre-built Apps: Includes a sample CRUD app with Redux-Saga and Realtime DB integration.
  • Multilanguage Support: Includes 6 translations - English, Deutsch, Arabic, Chinese, Bahasa Indonesia, and Español.
  • 30+ React Components and Modules: Reusable and easy to modify.
  • Various Sample Pages: Landing page, 2 dashboard variants, and more.
  • Next Generation JavaScript: Written in ES6.
  • Responsive Design: Based on the standard 12 Grid System.
  • Starter Project: Build apps from scratch without being distracted by innate features.
  • 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 opening files.

Summary:

Enlite Starter is a React Admin Dashboard Template that offers a range of features and functionalities for building web applications. It is built with ReactJS and Redux, making use of modern technologies. The template provides premium designs, multiple layouts, and RTL support. It also includes authentication using Firebase, pre-built apps, multilanguage support, and a variety of reusable React components. With its responsive design and high performance, Enlite Starter is suitable for building robust and visually appealing web applications.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

firebase
Firebase

Firebase offers a comprehensive set of features, including real-time database, authentication, hosting, cloud functions, storage, and more. Firebase provides an easy-to-use interface and allows developers to focus on building features rather than managing infrastructure.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

formik
Formik

Formik is a popular form library for React that helps with form state management, validation, and submission handling. It provides a declarative approach to building forms with support for complex validation scenarios and easy integration with validation libraries like Yup.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.