-
Notifications
You must be signed in to change notification settings - Fork 0
/
resumeProject.html
106 lines (98 loc) · 4.84 KB
/
resumeProject.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume Project</title>
</head>
<body>
<div>
<fieldset>
<legend><h1>Resume</h1></legend>
<div>
<h1>Abhijeet Kumar</h1>
<p>Contact: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Linkedin: <a href="https://www.linkedin.com/in/abhijeet-kumar-7330771b9/">linkedin.com/in/abhijeet-kumar</a></p>
<p>GitHub: <a href="https://github.com/Abhi-Jeeet">github.com/abhijeeet-kumar</a></p>
</div>
<div>
<table>
<tr>
<td><img src="image1.jpg" alt="profile pic" width="90px" height="100px"></td>
<td><p>Hii, I am Abhijeet Kumar, an undergrad Computer Science student at IIT Patna.</p></td>
</tr>
</table>
</div>
<div>
<h2>Education</h2>
<ul>
<li>Bachelor of Science in Computer Science and Data Analytics, Indian Institute of Technology Patna</li>
<li> Intermediate with PCM, Surekha Prakash Bhai Public School</li>
</ul>
</div>
<div>
<h2>Experience</h2>
<strong>Capstone Project</strong>
<ul>
<li>Developed a Face Recognition Based Attendance System using python with the help of its powerful libraries
Open CV, Face Recognition.</li>
<li>Developed a full-stack web application using Bootstrap, HTML, CSS, and PHP, enabling users to submit
queries and respond to the existing queries related to programming languages.</li>
<li>Explored ways to visualize GitHub collaboration</li>
</ul>
<strong>Science Exhibition Program</strong>
<ul>
<li>Lead a Group of 5 members in Science Exhibition Program held at Prestigious College i.e BIT Mesra.
</li>
<li>Created a project using AURDINO, OBJECT DETECT SENSOR, ALARM fitted in a toy train which
produces a sound, when a sensor detects any objects in the rail track</li>
</ul>
</div>
<div>
<h2>Projects</h2>
<strong>Code Discussion Forum</strong>
<ul>
<li>A website where users can ask their query regarding the programming languages and the one who know the answer
can also respond to it.</li>
<li>Developed a full-stack web application using Bootstrap, Html, Css as the frontend</li>
<li>Backend is completely made in PHP, with the use of MySQL and PHPmyAdmin</li>
<li>Authentication System - Secure Login and Signup with MySQL database</li>
<br>
<a href="http://discussionforum.infinityfreeapp.com/?i=2">WebsiteLink</a>
</ul>
<strong>Currency Converter</strong>
<ul>
<li>Developed a currency converter web app using React for dynamic user interfaces</li>
<li>Integrated a real-time currency exchange API for accurate and up-to-date conversions.</li>
<li>Implemented state management with React hooks for efficient data handling</li>
<li>Designed a responsive and intuitive UI/UX to enhance user experience across devices.
</li>
<li>Enabled real-time updates and error handling for seamless functionality.
</li>
<br>
<a href="https://react-js-abhijeet-kumars-projects-56b68fc3.vercel.app/">WebsiteLink</a>
</ul>
</div>
<div>
<h2>Achievements</h2>
<ul>
<li>Achieved a LeetCode contest rating of 1500+, demonstrating strong problem-solving skills and algorithmic
proficiency.</li>
<li>Successfully solved over 130+ LeetCode problems, demonstrating advanced problem-solving and coding skills.
</li>
<li>Earned LeetCode badges for 50 and 100 consecutive days of activity, highlighting consistent engagement and
commitment to problem-solving.</li>
</ul>
</div>
<div>
<h2>Technical Skills</h2>
<p><strong>Languages</strong>: Java, Python, C/C++, MySQL , JavaScript, HTML/CSS, Tailwind Css</p>
<p><b>Frameworks</b>: React, MongoDB</p>
<p><b>Developer Tools</b>: Git, VS Code, Visual Studio, PyCharm, NeoVim</p>
<p><b>Libraries</b>: Pandas, NumPy, Matplotlib, Seaborn</p>
</div>
<footer>©Abhijeet Kumar. All right reserved. </footer>
</fieldset>
</div>
</body>
</html>