https://github.com/dzenis-h/task-upwork
Per default the list should show A, B, C, D, E. Every second the elements should rotate by one position. When the user types into the search field, query the apple music API. The output contains a list with songs. Each song has a property "collectionName" (the album).
https://github.com/dzenis-h/task-upwork
css3 html-css-javascript html5 interview-questions javascript jobseeker react task
Last synced: about 1 month ago
JSON representation
Per default the list should show A, B, C, D, E. Every second the elements should rotate by one position. When the user types into the search field, query the apple music API. The output contains a list with songs. Each song has a property "collectionName" (the album).
- Host: GitHub
- URL: https://github.com/dzenis-h/task-upwork
- Owner: dzenis-h
- Created: 2022-04-09T04:51:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T02:51:12.000Z (over 2 years ago)
- Last Synced: 2025-06-02T14:10:57.884Z (4 months ago)
- Topics: css3, html-css-javascript, html5, interview-questions, javascript, jobseeker, react, task
- Language: CSS
- Homepage: https://task-two-xi.vercel.app/
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
##
Upwork Task ✔️
## Overview 📝
This Upwork task is a React project that demonstrates how to use a search field to query the Apple Music API and display a list of songs with their album names. The project also shows how to create a rotating list of elements that changes every second. It is a simple and fun way to explore different music genres and artists.
## Features ✨
- A search field that accepts user input and queries the Apple Music API
- A list of songs that matches the user input, with each song showing its collection name (the album)
- A default list of elements (A, B, C, D, E) that rotates by one position every second
- A responsive design that adapts to different screen sizes## Installation 🔧
To run this project locally, you need to have Node.js and npm installed on your machine. Then follow these steps:
1. Clone this repository: `https://github.com/dzenis-h/Task-Upwork.git`
2. Navigate to the project folder: `cd Task`
3. Install the dependencies: `npm install`
4. Start the development server: `npm start`
5. Open your browser and go to http://localhost:3000## Tech Stack 👨💻
| Tech | Docs | Description |
| --- | --- | --- |
|| [React](https://reactjs.org/docs/getting-started.html) | A JavaScript library for building user interfaces |
|| [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5) | The standard markup language for the web |
|| [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS) | A style sheet language for designing web pages |
|| [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | A scripting language for dynamic web content |
|| [Apple Music API](https://developer.apple.com/documentation/applemusicapi) | An API for accessing music content and services |
## Contributing 🙌
Contributions are always welcome! If you would like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch.
3. Make your changes and test them thoroughly.
4. Submit a pull request.## License 📄
This project is licensed under the MIT License - see the [LICENSE](https://docs.google.com/document/d/11WK7tVoTFRMcWCuGZQCRWxEsDUEJ_6ArtfV-NjWcBCU/edit?usp=sharing) file for details.
## Deployed 🚀
The deployed version of this task can be found [here](https://task-two-xi.vercel.app).
## Credits 👏
Task was created by [Dzenis H.](https://www.dzenis.tech)
If you like what you see, please consider giving a ⭐️