Skip to content

Commit fd73a1c

Browse files
Updated README
1 parent e873f02 commit fd73a1c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
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.
44

5-
### Dark mode:
5+
## Dark mode:
66

77
![plot](https://github.com/BobsProgrammingAcademy/Cryptocurrency-Dashboard/blob/main/public/dark_mode.png?raw=true)
88

9-
### Light mode:
9+
## Light mode:
1010

1111
![plot](https://github.com/BobsProgrammingAcademy/Cryptocurrency-Dashboard/blob/main/public/light_mode.png?raw=true)
1212

@@ -19,59 +19,59 @@ This is a cryptocurrency dashboard app built using **React 18**, **Material UI 5
1919
- [Customizing the application](#customize-the-application)
2020
- [Copyright and License](#copyright-and-license)
2121

22-
### Prerequisites
22+
## Prerequisites
2323

2424
Install the following prerequisites:
2525

2626
1. [Node.js](https://nodejs.org/en/)
2727
2. [Visual Studio Code](https://code.visualstudio.com/download)
2828

29-
### Installation
29+
## Installation
3030

31-
#### Install required dependencies
31+
### Install required dependencies
3232

3333
From the **root** directory, run:
3434

3535
```bash
3636
npm install
3737
```
3838

39-
### Run the application
39+
## Run the application
4040

4141
From the **root** directory, run:
4242

4343
```bash
4444
npm start
4545
```
4646

47-
### Run the tests
47+
## Run the tests
4848

4949
From the **root** directory, run:
5050

5151
```bash
5252
npm run test
5353
```
5454

55-
### View the application
55+
## View the application
5656

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

59-
### Customize the application
59+
## Customize the application
6060

6161
This section describes how to customize the application.
6262

63-
#### Changing Colors
63+
### Changing Colors
6464

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

67-
#### Changing Fonts
67+
### Changing Fonts
6868

6969
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.
7070

71-
#### Changing Logo
71+
### Changing Logo
7272

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

75-
### Copyright and License
75+
## Copyright and License
7676

7777
Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.

0 commit comments

Comments
 (0)