Skip to content

[WIP] Dashboard admin template made with React.js, Redux, Babel etc.

License

Notifications You must be signed in to change notification settings

Charlie8810/dashboard-react-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] Administration dashboard template in React

This is an administration dashboard template made with React.js in ES6 JavaScript (using Babel as transpiler). That means there are reusable components and one-way reactive data flow is already implemented.

Screenshot of the template

Libraries

- React.js
- Redux
- react-router
- Babel - ES6/ES2015 transpiler 
- Sass loader, Autoprefixer
- Lodash - utility library
- Webpack - module bundler
- ESLint - JS linter
- Browsersync - used as a server
- Mocha - tests
- Font awesome - icon font
- Bootstrap (only the grid)

Run

Node.js is necessary to be installed.

git clone https://github.com/vaclav-zeman/dashboard-react-template.git dashboard-template
cd dashboard-template
npm install
npm start

The template skeleton comes from React Slingshot.

If you experience any trouble running the app, please look at the link above before asking here.

TODOs

This template is still work in progress. There are many things to be done such as:

  • add tests
  • test support on older browsers
  • add more UI elements - tooltips, user popover, buttons, more meaningful boxes to the dashboard
  • add Quick Settings box content
  • add optional action buttons to the DataTable
  • add UI responsiveness
  • refactor forms to be modular (make fields components etc.)
  • add form validation
  • edit data flow to match current best practices
  • ...

About

[WIP] Dashboard admin template made with React.js, Redux, Babel etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • CSS 22.0%
  • HTML 0.8%