Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a6db7a

Browse files
committed
Updated README
1 parent c8cba2c commit 5a6db7a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Also, data and states were handled purely by react in a very basic way without i
1919

2020
This will help understand React better and appreciate the power & benefits of the add-on tools when we use them later in more advanced projects.
2121

22-
### Directory Structure
22+
### Directory Structure & Code explanation
2323

2424
The main component for the app is `App.js` which is located in the root of `src`.
2525

@@ -29,8 +29,6 @@ In `tools` you can find all the javascript classes that help us clean our code a
2929

3030
In `components`, you can find all the additional React components for the project
3131

32-
### Some code explanation
33-
3432
#### `tools/API.js`
3533

3634
This class handles the HTTP requests done to the iTunes API.

0 commit comments

Comments
 (0)