-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
598db29
commit 5a72015
Showing
1 changed file
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,58 @@ | ||
My app is designed for a general audience, any Spotify Premium user. | ||
|
||
My app has two components: | ||
# Shufflr | ||
<p align="center"> | ||
<img src="/workout.png" alt="Workout icon" width="200" height="200" > | ||
</p> | ||
|
||
Welcome to Shufflr! | ||
|
||
### Stack | ||
|
||
|
||
## Table of Contents | ||
|
||
- [Project Name](#project-name) | ||
- [Table of Contents](#table-of-contents) | ||
- [Introduction](#introduction) | ||
- [Features](#features) | ||
- [Getting Started](#getting-started) | ||
- [Prerequisites](#prerequisites) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Introduction | ||
Welcome to Shufflr! | ||
|
||
## Features | ||
|
||
### 1. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
|
||
### Creating a Spotify Developer Account | ||
|
||
### Installation | ||
|
||
## Contributing | ||
|
||
I welcome contributions from the community! Whether you're a developer, designer, tester, or documentation enthusiast, there are many ways to contribute to our project. Here's how you can get involved: | ||
|
||
### Reporting Bugs | ||
|
||
If you encounter any bugs or issues while using our application, please let us know by [opening an issue]([])) on GitHub. Be sure to provide detailed steps to reproduce the issue and include any relevant screenshots or error messages. | ||
|
||
### Suggesting Enhancements | ||
|
||
Have an idea for a new feature or improvement? I'd love to hear it! [Open an issue]([]))) on GitHub and share your thoughts. I'm always looking for ways to make my applications better, and your feedback is invaluable. | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. | ||
|
||
1. Random Shuffler Tool. A user types in the name of a playlist and the number of songs they would like added to their playback queue. That number of songs are randomly selected from the given playlist and added to their playback queue. | ||
|
||
2. All Songs Playlist Generator. When a user clicks "Create Playlist," the application takes all of their liked albums and all of their liked songs and compiles them into a single playlist. |