This is a cryptocurrency dashboard app built using React 17, Material UI 5 and Chart.js 3.
- Prerequisites
- Installation
- Running the application
- Customizing the application
- Copyright and License
Install the following prerequisites:
From the root directory run:
npm install
From the root directory run:
npm start
Go to http://localhost:3000/ to view the application.
This section describes how to customize the application.
To modify the colors in the application, make changes in the src/theme/theme.js
file.
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.
To modify the logo in the application, make changes in the src/layout/Header.js
and src/layout/Sidebar.js
files.