Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimkyungmin123 committed May 2, 2023
1 parent f18e455 commit 6b702bf
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,7 @@

<img src="https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=React&logoColor=white"/> <img src="https://img.shields.io/badge/Typescript-1572B6?style=flat-square&logo=Typescript&logoColor=white"/> <img src="https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=CSS3&logoColor=white"/>

## 🗂 Structure

```bash
src
├── conponents
│ ├── Elements.js
│ ├── Elements.module.css
│ ├── Movie.js
│ └── Movie.module.css
├── routes
│ ├── Detail.js
│ ├── Detail.module.css
│ ├── Home.js
│ └── Home.module.css
├── App.js
├── index.js
└── styles.css
```


## 👀

Expand Down

0 comments on commit 6b702bf

Please sign in to comment.