
Tilak Thapa
@jrtilak
Joined on 01 June 2022
Curiosity-driven developer with 2.0+ years of expertise building robust web apps using the MERN stack and Next.js, paired with hands-on experience in...
GitHub Stats
38
Followers
52
Repositories
0
Organizations
0
Gists
361
Pull Requests
120
Issues
469
Commits
0
Sponsors
17
Contributed To
31
Star Earned
Most Used Languages
79.11%
TypeScript
7.52%
JavaScript
5.61%
MDX
4.51%
CSS
2.70%
C
0.50%
HTML
0.03%
Shell
Popular Projects
lazykit
Refine your JavaScript, React, and TypeScript workflows with LazyKit. A concentrated toolkit of powerful snippets—no excess, all essence.
TypeScript
10
3
24
65
Prodigy-Internship
This repository contains all the tasks given by Prodigy Infotech during my internship as a web developer intern.
CSS
7
4
0
0
vivid-tab
Vivid Tab: A new tab, a new vibe. Free and open source new tab browser extension.
TypeScript
3
3
38
31
mern-template
This is a starter template for building web applications using the MERN stack (MongoDB, Express.js, React.js, Node.js) with TypeScript.
TypeScript
3
3
0
1
C-Games
"C Games" is a collection of interactive games. It also includes features like user account creation, login, game history tracking.
C
3
0
0
1
mini-bash-scripts
A set of mini bash scripts for daily basic usage.
Shell
1
0
0
0
Top Contributions
Top contributions made by the user in the last year.
Charts
Follow Up
Activity Graph
Contributions Calendar
Contributions made by the user in the last 365 days.
Recent Activity
8/13/2025, 3:56:19 PM
8/11/2025, 11:06:17 AM
8/9/2025, 3:22:35 PM
8/9/2025, 3:05:59 PM
8/6/2025, 10:07:17 PM
8/6/2025, 7:59:07 AM
8/1/2025, 11:14:15 AM
- refactor(pixabay): improve image fetching and move logic to lib - Move fetchOnlineImagesIfNeeded to pixabay.ts for better organization - Update Pixabay API endpoint parameters for better image results - Change fetch interval from 1 hour to 3 hours - Add support for multiple search terms in Pixabay API calls - Update environment variable naming convention - Add ALARMS constant for better maintainability
7/31/2025, 5:14:34 PM
- Initial plan
- Fix local file URL handling in bookmarks with Chrome tabs API Co-authored-by: jrTilak <106688422+jrTilak@users.noreply.github.com>
- feat(bookmarks): improve file icon handling and url opening - Add getFileIcon utility to provide appropriate icons for different file types - Refactor url opening logic to use chrome.tabs API consistently - Remove special handling for file:// URLs since getFileIcon handles them
- fix(bookmarks): add validation for file icon url and improve icon removal add null check for file URL in getFileIcon function to prevent errors move removeIconFromLocalStorage outside conditional to ensure cleanup improve icon input UI with removal button and better styling
- Update src/lib/get-file-icon.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Update src/components/screens/newtab/widgets/bookmarks/url/index.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Merge pull request #70 from jrTilak/copilot/fix-67 Fix local file URL handling in bookmarks - Enable file:// URLs to open correctly
7/31/2025, 5:14:33 PM
7/31/2025, 5:14:33 PM
7/31/2025, 5:09:41 PM
- Update src/components/screens/newtab/widgets/bookmarks/url/index.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7/31/2025, 5:08:58 PM
- Update src/lib/get-file-icon.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7/31/2025, 5:04:14 PM
- fix(bookmarks): add validation for file icon url and improve icon removal add null check for file URL in getFileIcon function to prevent errors move removeIconFromLocalStorage outside conditional to ensure cleanup improve icon input UI with removal button and better styling
7/31/2025, 4:53:30 PM
- feat(bookmarks): improve file icon handling and url opening - Add getFileIcon utility to provide appropriate icons for different file types - Refactor url opening logic to use chrome.tabs API consistently - Remove special handling for file:// URLs since getFileIcon handles them