-
Notifications
You must be signed in to change notification settings - Fork 0
/
beatbuddy.html
78 lines (66 loc) · 3.63 KB
/
beatbuddy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>BeatBuddy | Pu Thavikulwat</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- & Put this in every page to use scrolling animation -->
<script defer src="layout.js"></script>
<link rel="stylesheet" href="css/layout.css">
<!-- & Put this in every page to use scrolling animation -->
<!-- & Put this in every page to populate navbar -->
<script src="navbar.js"></script>
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="css/case-study.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Alata&family=Assistant:wght@400;700&family=Darker+Grotesque:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- & Put this in every page to populate navbar -->
<link rel="icon" type="image/png" href="img/favicon_pu.png">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ML1WFK5FFS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ML1WFK5FFS');
</script>
<body>
<!-- & Put this in every page to populate navbar -->
<div id="nav-placeholder"></div>
<!-- & Put this in every page to populate navbar -->
<img src="img/beatbuddy/playlist_2.png" class="hide-long header-img" alt="BeatBuddy cover photo">
<section class="content-container">
<h2>About BeatBuddy</h2>
<h3 class="hide"><a href="https://hmxxu.github.io/BeatBuddy/">BeatBuddy</a> is a music app that tailors music recommendations closely to the user's preferences by analyzing specific attributes of a particular song like tempo, pitch, melody, etc.</h3>
<!-- <h3>Based on a song they selected, users are able to listen to a 30-second preview of the recommended songs on the app and save the whole playlist to their Spotify account.</h3> -->
</section>
<section class="content-container">
<h2>My Responsibilities</h2>
<h3 class="hide">I worked alongside 4 other team members to complete this project. As the <b>designer</b> and <b>front-end engineer</b> of the project, I was responsible for designing and developing the interface of the BeatBuddy website. I developed the front-end of the website using React.js, HTML/CSS, Typescript, and Node.js.</h3>
</section>
<section class="content-container">
<h2>How To Use: </h2>
<ol class="hide">
<li>Go to <a href="https://hmxxu.github.io/BeatBuddy/">BeatBuddy</a> website.</li>
<li>Click 'login for full access' and login with your Spotify account.</li>
<li>Search and select a song you like.</li>
<li>Pick a playlist mood.</li>
<li>Enjoy! Your recommended playlist based on that song is now ready.</li>
</ol>
<h3 class="hide"><b>Note:</b> If you are using Safari, you may need to click pause and play again to play the music for the first time!</h3>
</section>
<section class="content-container">
<h2>Github Repository: </h2>
<h3 class="hide">The repository can be found <a href="https://github.com/hmxxu/BeatBuddy">here</a>.</h3>
</section>
<footer>
<h4>Designed and Coded by Pu Thavikulwat</h4>
</footer>
</body>
</html>