Documentation

W3CRM : React Redux Customer Relationship Management Admin Template

W3CRM

CRM React Admin Dashboard Template

W3CRM is a popular open source WebApp template for admin dashboards template and admin panels. It utilizes all of the react bootstrap components in design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications.

Thank you for purchasing this React template.

If you like this template, Please support us by rating this template with 5 stars


Installation & Setup -

1.- Install npm

It will create 'node_module' folder in this all dependency files will be install with this command. npm install

npm install

2.- Run Project

With is command file will be compiled and it will be loaded on local server `http://localhost:5173`. npm run dev

npm run dev

3.- Production Build

Builds the app for production to the `build` folder. Run the following command in your terminal npm run build

npm run build

4.- Further help

You can learn more in the Vite Documentation To learn Vite.


Folder Directories -

  • public
    • favicon.ico
  • src
    • assets
      • css
      • icons
        • avasta
        • feather
        • flaticon
        • font-awesome-old
        • helveticaNeue
        • icomoon
        • line-awesome
        • material-design-iconic-font
        • simple-line-icons
        • themify-icons
      • images
        • avatar
        • big
        • browser
        • card
        • contact
        • demo
        • pattern
        • product
        • profile
        • tab
        • table
      • scss
        • abstracts
        • base
        • components
          • app
          • charts
          • forms
          • ico
          • map
          • tables
          • uc
          • ui
          • widget
        • layout
          • footer
          • header
          • rtl
          • sidebar
          • theme
          • typography
          • version-dark
          • version-transparent
        • pages
        • main.scss
    • context
      • ThemeContext.js
    • jsx
      • components
        • AppsMenu
        • bootstrap
        • charts
        • chatBox
        • Dashboard
        • Forms
        • PluginsMenu
        • table
      • layouts
        • nav
          • Header.jsx
          • NavHader.jsx
          • SideBar.jsx
        • ChatBox
        • EventSidebar.jsx
        • Footer.jsx
        • PageTitle.jsx
        • Setting.jsx
      • pages
        • Error400.jsx
        • Error403.jsx
        • Error404.jsx
        • Error500.jsx
        • Error503.jsx
        • LockScreen.jsx
        • Login.jsx
        • Registration.jsx
        • Widget.jsx
      • index.jsx
    • services
      • AuthService.jsx
      • AxiosInstance.jsx
      • PostsService.jsx
    • store
      • actions
      • reducers
      • selectors
      • store.js
    • App.jsx
    • main.jsx
  • index.html
  • package-lock.json
  • package.json
  • vite.config.js

Template Features -

Layout is controlled by settings object Layout Settings inside index.html

<!-- Default layout  -->
<body 
	data-typography="poppins" 
	data-theme-version="light" 
	data-layout="vertical" 
	data-nav-headerbg="color_4" 
	data-headerbg="color_4" 
	data-sidebar-style="full"  
	data-sidebarbg="color_1"  
	data-sidebar-position="fixed" 
	data-header-position="fixed" 
	data-container="wide" 
	direction="ltr" 
	data-primary="color_1" 
>

Color Theme -

So many color option available

  • color_1
  • color_2
  • color_3
  • color_4
  • color_5
  • color_6
  • color_7
  • color_8
  • color_9
  • color_10
  • color_11
  • color_12
  • color_13
  • color_14
  • color_15

Credits -


Project Main Features -

  • Vite
  • Bootstrap
  • Built in SASS
  • Fully Responsive
  • Ready to used widget
  • Detailed Documentation
  • Attractive Calendar
  • Invoice
  • User Profile
  • Timeline
  • CkEditor
  • Form Examples
  • Many Charts Options
  • Form Validation
  • Input Slider
  • Redux
  • Advanced Form Elements
  • Form Wizard
  • Social
  • Bootstrap
  • Datatable
  • Table Sorting
  • React Table
  • Date Picker
  • Sweetalert
  • Toaster
  • Light Gallery
  • Scroll
  • Chatbox
  • Router

main.jsx Structure

import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
import { BrowserRouter } from 'react-router-dom';
import {Provider} from 'react-redux';
import {store} from './store/store';
import  ThemeContext  from "./context/ThemeContext"; 

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
 <Provider store = {store}>
  <BrowserRouter basename='/react/demo'>
   <ThemeContext>
	<App />
   </ThemeContext> 
  </BrowserRouter>  
 </Provider>	
</React.StrictMode>,
)

Create a Page

import React from "react";

export function MyPage() {
  return(
   <h1>Hello!</h1>
  ) 
} 							
					

Do You Need Help To Customization

After Purchase A Template...

You Will Start Customizing According Your Requirement
BUT What If You Don't Know

SOLUTION IS HIRE DexignZone

Hire Same Team For Quality Customization

  • We Will Customize Template According To Your Requirement
  • We Will Upload On Server And Make Sure Your Website is Live

Version History -

v1.2 - 25 September 2024
  • Updated
    1. * Updated: Dependency
    2. * Updated: Documentation
    3. * Improvement: Improve Design
    4. * Updated: SCSS Functionality
  • v1.1 - 21 November 2023
    • Added
      1. Included AIKit page for advanced technology integration.
        1. Auto Writer page
        2. Scheduler page
        3. Repurpose page
        4. RSS page
        5. Chatbot page
        6. Fine-tune Models page
        7. AI Menu Prompts page
        8. Settings page
        9. Export/Import Settings page
      2. Included CMS page for Content management system.
        1. Content page
        2. Menus page
        3. Email Template page
        4. Blog page
      3. SVG icon page included to show more icons
    • Bug Fixed
      1. Design issues resolved for consistent, polished visuals.
    v1.0 - 14 June 2023
    • New - Created & Upload W3CRM