Skip to content

pundixcore/baklava-dashboard-interface

Repository files navigation

Baklava Dashboard

This is a cryptocurrency dashboard app built using React 17, Material UI 5 and Chart.js 3.

Table of Contents

Prerequisites

Install the following prerequisites:

  1. Node.js
  2. Visual Studio Code

Installation

Install required dependencies

From the root directory run:

npm install

Run the application

From the root directory run:

npm start

View the application

Go to http://localhost:3000/ to view the application.

Customize the application

This section describes how to customize the application.

Changing Colors

To modify the colors in the application, make changes in the src/theme/theme.js file.

Changing Fonts

To modify the fonts in the application, first, add a new font to the public/index.html file, and then make changes in the src/theme/typography.js file.

Changing Logo

To modify the logo in the application, make changes in the src/layout/Header.js and src/layout/Sidebar.js files.

About

baklava dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published