A simple app that allows users to search for music on iTunes. Built with React and React Query.
- 🔍 Search for music by song name
- 📃 View album artwork, track list, and pricing information
- 🎶 Preview songs directly from the app
- Clone the repository
git clone https://github.com/mirzaahmedov/itunes-search.git
- Install dependencies
npm install
- Start the development server
npm run dev
- Enter a search term in the input field and song will automatically populated
- Click on the song name or artist name to redirect to the official iTunes page with artist or song information.
- Browse the search results and preview songs
This application uses the iTunes Search API.
- react
- react-query
- itunes-search-api
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.