-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (149 loc) · 7.72 KB
/
index.html
File metadata and controls
185 lines (149 loc) · 7.72 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Chandresh Luhar</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Chandresh Luhar</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile1.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#ionic">Ionic Project</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#twitter">Twitter Tag Search</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#rprogramming">R Porgramming</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#weather">Weather App</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="ionic">
<div class="w-100">
<h2 class="mb-0">Chandresh
<span class="text-primary">Luhar</span>
</h2>
<br/><br/>
<h3 id="studyaidionic">Study aid (Ionic)</h3>
<p>A cross platform mobile app project during my masters.
An App for universities that use <a href="https://moodle.org/">Moodle</a> learning management system.</p>
<p><strong>Framework:</strong> <a href="https://ionicframework.com/">Ionic 3</a>
<strong>Front end:</strong> <a href="https://angular.io/">Angular</a>
<strong>Back end:</strong> <a href="https://www.typescriptlang.org/">Tyepscript</a>
<br/>Uses REST API to send and receive Json object to Moodle Server.
<br/><strong>Github: </strong><a href="https://github.com/ChandreshL/StudyAid">Source code</a></p>
<p><Badges></p>
<p><img src="/img/sc1.png"
alt="Screenshot" /></p>
<p><strong>Implemented features</strong></p>
<ul>
<li>The app allows students to search, enroll and view courses to logged in users.</li>
<li>Local notifications for assignment deadlines and other calendar events that are in the Moodle.</li>
<li>Search professors or students and add them in contacts.</li>
<li>Send and receive messages from the contacts.</li>
</ul>
<p><strong>Planned features</strong></p>
<ul>
<li>View lectures and exams schedule information.</li>
<li>Local notifications for lectures and exam schedule information.</li>
<li>Machine learning based auto reply to student’s questions.</li>
</ul>
<p><strong>Object Oriented Design</strong></p>
<p>The Moodle functionalities are divided into two classes one for moodle courses and other for messages they both uses API provider and local database provider classes to send API requests and store data into local database (Indexed DB). Database provider inherits Dexie. It is a wrapper library for Indexed DB.</p>
<p>The Object Oriented Design offers following advantages:</p>
<ol>
<li>Readable code</li>
<li>Extensible for new features</li>
<li>Flexible to changes.</li>
</ol>
<p><img src="/img/class_diagram.jpg"
alt="Class diagram" /></p>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="twitter">
<div class="w-100">
<h4>Twitter tag search</h4>
<h5>Java</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
<h4>Learning</h4>
<h5>Statistics with R</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
<h4>Weather App</h4>
<h5>A weather app with ionic</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="rprogramming">
<div class="w-100">
<h4>Twitter tag search</h4>
<h5>Java</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
<h4>Learning</h4>
<h5>Statistics with R</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
<h4>Weather App</h4>
<h5>A weather app with ionic</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="weather">
<div class="w-100">
<h4>Twitter tag search</h4>
<h5>Java</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
<h4>Learning</h4>
<h5>Statistics with R</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
<h4>Weather App</h4>
<h5>A weather app with ionic</h5>
<p>Contribute to pages-themes/cayman development by creating an account on another value. Contribute to pages-themes/cayman development by creating an account on.</p>
<br><br>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body>
</html>