DEV Community

Cover image for Berry - Open-source React Dashboard Template
Sm0ke
Sm0ke

Posted on • Edited on • Originally published at admin-dashboards.com

Berry - Open-source React Dashboard Template

Hello Coders,

This article presents Berry, an open-source React Dashboard crafted for free by CodedThemes agency. This product is a creative yet minimal React Dashboard built on top of Material UI meant to be lightweight and highly customizable. For newcomers, React is an open-source library, probably the most popular one at the moment we speak, actively supported by Facebook.

Thanks for reading! - Content provided by App Generator.



Berry - Open-source React Dashboard Template, animated presentation.


Berry is a complete game-changer React Dashboard Template with easy and intuitive responsive design as on retina screens or laptops that comes with a few nice features "out-of-the-box": Material UI design with many beautifully styled-components, easy to use code structure, and comprehensive documentation.


How to build the code

To download and compile Berry, we weed Git command-line tool to clone the sources from the public repository and NodeJs, at least version 10 or higher.


Step #1 - clone the sources

$ git clone https://github.com/codedthemes/berry-free-react-admin-template.git
$ cd berry-free-react-admin-template
Enter fullscreen mode Exit fullscreen mode

Step #2 - Install modules (via Npm or Yarn)

$ npm run install # via NPM 
// OR
$ yarn
Enter fullscreen mode Exit fullscreen mode

Step #3 - Start the project with LIVE reload on code changes

$ npm run start
// OR
$ yarn start 
Enter fullscreen mode Exit fullscreen mode

Once the product is compiled the browser window should be started automatically and we can see Berry Dashboard in action.


Berry React Dashboard - Login Page

Berry React Dashboard - Login Screen.


Berry React Dashboard - Icons Page

Berry React Dashboard - Icons Screen.


Berry React Dashboard - UI Colors.

Berry React Dashboard - Colors Screen.


Thanks for Reading! For more resources, please access:


  • Berry Dashboard PRO - the premium version of this product with JWT Authentication and more pages.
  • More React Templates (affiliate link) crafted by the same agency - CodedThemes.

Top comments (3)

Collapse
 
rakesh_nakrani profile image
Rakesh S Nakrani

Thanks for this great post. Berry Premium version will release in next week at the Material-UI store. BTW I am very grateful to @sm0ke to help me out in Berry journey.

Collapse
 
sm0ke profile image
Sm0ke

Yw!

Collapse
 
ajay_yadav_23909e0f8f07eb profile image
Ajay Yadav

Really enjoyed this blog on Berry - Open-source React Dashboard Template! The section on customizable UI components was especially insightful.

While researching, I came across a Free React Admin Theme called the Pills of Zen admin theme, which offers a clean, modular structure and is open source. It provides a great example of how React admin theme templates can simplify dashboard development without sacrificing flexibility: mobisoftinfotech.com/tools/free-re... .

Would love to hear your thoughts on how incorporating different open source React admin themes could complement the features discussed here!