Skip to content

Commit

Permalink
Update README.md to reflect project structure changes and new assets
Browse files Browse the repository at this point in the history
  • Loading branch information
chintan992 authored Jan 8, 2025
1 parent 8e651f9 commit 9f34398
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ To set up the project locally, follow these steps:
## Project Structure
```
/workspaces/React-Video-Player/
/React-Video-Player/
├── .devcontainer/
│ └── devcontainer.json
├── .env
Expand All @@ -159,13 +159,16 @@ To set up the project locally, follow these steps:
├── .vscode/
│ └── settings.json
├── 85f7f045f99c649f87f9d0baa67c7663.txt
├── Asset 1.svg
├── Asset 1chrome.png
├── Background.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── IMPROVEMENTS.md
├── LICENSE
├── README.md
├── api list.txt
├── docs/
├── image.png
├── netlify.toml
├─] node_modules/ (ignored)
Expand All @@ -188,12 +191,16 @@ To set up the project locally, follow these steps:
│ └── web.config
├── src/
│ ├── App.js
│ ├── anime/
│ │ ├── AnimeList.js
│ │ └── SearchBar.js
│ ├── api/
│ │ └── tmdbApi.js
│ ├── api.js
│ ├── background/
│ │ ├── Hyperspeed.css
│ │ ├── Hyperspeed.js
│ │ ├── Hyperspeedpreset.js
│ │ ├── SplashCursor.js
│ │ ├── Squares.js
│ │ └── background.js
│ ├── components/
│ │ ├── AboutUs.js
│ │ ├── AdvancedSearchForm.js
Expand Down Expand Up @@ -256,6 +263,7 @@ To set up the project locally, follow these steps:
│ ├── security.js
│ └── storage.js
└── tailwind.config.js

```
## Future Goals
Expand Down

0 comments on commit 9f34398

Please sign in to comment.