-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoody.html
44 lines (44 loc) · 1.77 KB
/
moody.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Moody</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body class="moodypage">
<div class="top-bar">
<a href="index.html">
<button>lock</button>
</a>
<div class="app-page">
<img src="img/moody.png" alt="moody">
<div class="app-context">
<h1>Moody</h1>
<h3> Written in: Javascript, Python </h3>
<h3> Technologies used: React Native, OpenAI API, HealthKit API </h3>
</div>
</div>
<div style="height: 1500px;">
<h2>Info:</h2>
<p>
Moody is a personal wellness and fitness app powered by AI. Users can chat to Moody's AI chatbot
and receive dymanic personalized advice and tips on how to improve their mood and health based on their
real-time metrics from Apple Health. Users can also scroll through articles and videos suggested by AI for their
physical and mental needs.
</p>
<p>
This app started as a 24-hour hackathon project with a team of 4, completing its core fundamentals into a
well drafted app.
Over time, I began to come up with new ideas and design aspects to add to the app where I have been
working on upon graduating.
</p>
<h2>Currently in development, new features and display coming soon!</h2>
</div>
<div class="footer">
<h3>** scroll up to return **</h3>
</div>
<script src="js/closetransition.js"></script>
</div>
</body>
</html>