-
Notifications
You must be signed in to change notification settings - Fork 0
/
works.njk
81 lines (81 loc) · 3.49 KB
/
works.njk
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
<h2>
Works 💻
</h2>
<p>
<em>
"Make it work, make it right, make it fast."</em>
</p>
<p>
I love building things on the web. The process of converting an idea into a product is something I really have fun
doing. I mostly work with javascript and a number of its frameworks. Here you can find some of my projects.</p>
<ul>
<li>
<div class="project-header">
<h3>Postoffice</h3>
<span class="project-icons">
<a href="https://github.com/lordinkavu/postoffice" target="_blank" rel="noreferrer"><img src="/public/icons/github.svg">
</a>
<a href="https://postoffice-api.netlify.app/" target="_blank" rel="noreferrer"><img src="/public/icons/link.svg">
</a>
</span>
</div>
<p>
A lightweight SPA for testing APIs. Supports all common HTTP methods. Built using
<em>React and TailwindCSS.</em>
</p>
</li>
<li>
<div class="project-header">
<h3>Hacker News Client</h3>
<span class="project-icons">
<a href="https://github.com/lordinkavu/hn" target="_blank" rel="noreferrer"><img src="/public/icons/github.svg">
</a>
<a href="https://read-hn.herokuapp.com/" target="_blank" rel="noreferrer"><img src="/public/icons/link.svg">
</a>
</span>
</div>
<p>
A hackernews client which provides some nice little improvements over the official site. Built using
<em>React, Express and TailwindCSS ( MERN stack )
</em>
</p>
</li>
<li>
<div class="project-header">
<h3>Personal Blog</h3>
<span class="project-icons">
<a href="https://github.com/lordinkavu/myself-ingaavu" target="_blank" rel="noreferrer"><img src="/public/icons/github.svg">
</a>
<a href="https://gautham.xyz/" target="_blank" rel="noreferrer"><img src="/public/icons/link.svg">
</a>
</span>
</div>
<p>A minimal personal blog ( this website ) which helps me write my posts in markdown and publish it easily. Built using <em>HTML,CSS and eleventy SSG</em>
</p>
</li>
<li>
<div class="project-header">
<h3>Yelp Camp</h3>
<span class="project-icons">
<a href="https://github.com/lordinkavu/Yelpcamp-" target="_blank" rel="noreferrer"><img src="/public/icons/github.svg">
</a>
<a href="https://yelpcampv20.herokuapp.com/" target="_blank" rel="noreferrer"><img src="/public/icons/link.svg">
</a>
</span>
</div>
<p>Web application with CRUD functionality, user authentication and cloud data storage functionalities. Built using
<em>NodeJS, Express, MongoDB and Bootstrap.</em>
</p>
</li>
<li>
<div class="project-header">
<h3>Youtube comment remover</h3>
<span class="project-icons">
<a href="https://github.com/lordinkavu/youtube-comment-remover" target="_blank" rel="noreferrer"><img src="/public/icons/github.svg">
</a>
</span>
</div>
<p>We all know how we start with a youtube video lecture and some time later find ourselves immersed in a random comment
thread. I found that removing the comment section entirely helped me lot, thus this extension.</p>
</li>
</ul>