You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
This is a cryptocurrency dashboard app built using **React 18**, **Material UI 5**, and **Chart.js 4**. The app uses the **CoinGecko API** to get cryptocurrency data such as live prices, trading volume, exchange volumes, historical data, crypto categories, images, and more.
@@ -19,59 +19,59 @@ This is a cryptocurrency dashboard app built using **React 18**, **Material UI 5
19
19
-[Customizing the application](#customize-the-application)
20
20
-[Copyright and License](#copyright-and-license)
21
21
22
-
###Prerequisites
22
+
## Prerequisites
23
23
24
24
Install the following prerequisites:
25
25
26
26
1.[Node.js](https://nodejs.org/en/)
27
27
2.[Visual Studio Code](https://code.visualstudio.com/download)
28
28
29
-
###Installation
29
+
## Installation
30
30
31
-
####Install required dependencies
31
+
### Install required dependencies
32
32
33
33
From the **root** directory, run:
34
34
35
35
```bash
36
36
npm install
37
37
```
38
38
39
-
###Run the application
39
+
## Run the application
40
40
41
41
From the **root** directory, run:
42
42
43
43
```bash
44
44
npm start
45
45
```
46
46
47
-
###Run the tests
47
+
## Run the tests
48
48
49
49
From the **root** directory, run:
50
50
51
51
```bash
52
52
npm run test
53
53
```
54
54
55
-
###View the application
55
+
## View the application
56
56
57
57
Go to http://localhost:3000/ to view the application.
58
58
59
-
###Customize the application
59
+
## Customize the application
60
60
61
61
This section describes how to customize the application.
62
62
63
-
####Changing Colors
63
+
### Changing Colors
64
64
65
65
To modify the colors in the application, make changes in the `src/theme/theme.js` file.
66
66
67
-
####Changing Fonts
67
+
### Changing Fonts
68
68
69
69
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.
70
70
71
-
####Changing Logo
71
+
### Changing Logo
72
72
73
73
To modify the logo in the application, make changes in the `src/layout/Header.js` and `src/layout/Sidebar.js` files.
0 commit comments