diff --git a/README.md b/README.md index d7100fb..9056380 100644 --- a/README.md +++ b/README.md @@ -61,20 +61,7 @@ npm start The application will be available at http://localhost:3000 -### Component Structure -The project follows a modular component structure: - -``` -src/ -├── components/ -│ ├── LastFMTrack/ # Music integration -│ ├── GithubRepos/ # GitHub repository display -│ ├── LoadingFox/ # Loading states -│ └── ParallaxEffect/ # Visual effects -├── App.tsx # Main application component -└── index.tsx # Application entry point -``` ## 🌐 Deployment diff --git a/index.html b/index.html index fd54c42..4822ed4 100644 --- a/index.html +++ b/index.html @@ -1,28 +1,39 @@ - + -
- - - - - -