Jignesh

Jignesh

0-day streak
I finally shipped project PeerView It is a p2p video calling application, made with webrtc, react, websockets and javascript Its my 1st webrtc project. I focused more on functionality and I compromised in ui of app a bit, As it uses websockets(until 2 peers connect), app requires full duplex connection all the time from deployed servers, hence I chose render to deploy my app instead of vercel, etc GitHub: github.com/jignesh119/PeerView Live link: peerview.onrender.com Please note that render pulls down deployments if no active traffic, hence when you try the app u may hv to at least wait 4 a min to see ui PFA demo of app
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5cd1527b-5533-4cf6-8e79-13ad6b375b9f-1000042722.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/20f84071-5207-4c9e-8813-64fb79c41318-1000042721.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/1af48e3c-3497-45c2-9f95-d9fc66a9c0b6-1000042720.jpghttps://imgutil.s3.us-east-2.amazonaws.com/ea4758a409fd2fac6279b7cbee4bd4cd244c124cd315525a1ba341ad0ae27f41/ee4881e7-0452-468e-8c54-7b18c2f01273.png
react emoji
summer-of-making emoji
vercel emoji
js emoji
github emoji
https://imgutil.s3.us-east-2.amazonaws.com/a7b3d20d677496f7e1da0881d47ff226322b5861b71682a2ccd9e3b80ba130a4/3837267d-117f-48ef-b2f6-058b977747da.png
summer-of-making emoji
slack emoji
github emoji
Published my cli app cli-share With this you can transfer files between devices just by scanning a qrcode But both of them need to be in the same local network. Made this using nodejs and I saw this implemented several years ago by some person but it is in rust language, so I thought to make it in javascript as I felt like this could be core usage of nodejs This is inspired from that project (qrcp) This would be really handy for sending data between devices in a quick way without intermediaries(whatsapp, usb,etc ) This is published to npm. GitHub:github.com/jignesh119/cli-share Published: www.npmjs.com/package/@jignesh119/cli-share PFA demo of app
https://scrapbook-into-the-redwoods.s3.amazonaws.com/48cba2a2-2d7c-4daf-b5cb-09e5880d0114-1000042055.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/33070d61-f5a5-43e1-8234-1b3637dca375-1000042057.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/7d972b29-aef8-4601-8a9e-811d92af182f-1000042056.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/09c9a25e-2fa9-435b-8e50-e8d3700fb450-1000042047.jpghttps://imgutil.s3.us-east-2.amazonaws.com/a6b46aa960206b22a9a8fbc73e5b790e0c9fa65b7a88f7ca5cf95f8bd18e5113/d0c9689c-19c9-46d2-bf50-9e94f305eeb0.png
I completed my project CodeSync- which is a collaborative realtime online code editor made with react,typescript and (one of my fav things) websockets, monaco-editor(for nice and clean editor) As this app heavily uses web sockets, we cannot deploy this on services which use serverless architecture( got to know via stackoverflow) as websockets need fullduplex connection present all the time , hence I used render to deploy this app Github: github.com/jignesh119/CodeSync Live Url: codesync-yim8.onrender.com if the app is down or websockets fail, I strongly suggest u set this app locally following readme to see apps full features try out the app, ping me when the deployment is down, render does that to save resources, as I'm using free plan
https://imgutil.s3.us-east-2.amazonaws.com/a7b3d20d677496f7e1da0881d47ff226322b5861b71682a2ccd9e3b80ba130a4/1ddb2402-3125-46e0-b472-4191940e4c26.png
typescript emoji
goose-honk-technologist emoji
summer-of-making emoji
react emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/19dde5ce-cb05-4775-8b5c-31ab2273ef90-1000041732.jpg
summer-of-making emoji
slack emoji
I finally shipped my project 'Chatty' Its a fullstack discord clone with real time messaging Made with nextjs, shadcn, tailwind, socket.io, prisma, postgresql, It has responsive ui, with light and dark themes, Server creation, channel management.etc, tried to replicate major features of discord If you'd like, join the existing server I created using this link chatty-silk.vercel.app/invite/fd6fb69b-884a-4f2d-ae93-40299ff241ec Review this app and if you have any cool features in mind, just shoot me a dm... GitHub :github.com/jignesh119/chatty Live url: chatty-silk.vercel.app Note: -In the app voice and video calling requires a websocket connection between client and server all the time whereas vercel (where I deployed to) uses serverless architecture. Hence those features won't work -For realtime chat updates I've added constant polling as fallback for websockets(if no websocket connection) hence maintains realtime status Hence, To see app's full features set this up locally using instructions provided in readme. PFA screenshots of app:
https://imgutil.s3.us-east-2.amazonaws.com/4e12148de4c36433da40250642ea250f65a52707a3ef7728b1016982c813beaf/3eb490e9-ba20-4aab-aa98-e9c995dd01ec.png
prisma emoji
github emoji
vercel emoji
nextjs emoji
tailwind emoji
cooll-dino emoji
discord emoji
summer-of-making emoji
Finished my cli todos app TermTodo: cli based todolist manager written in javascript+ink library I have a habit of making todos and I like cli and vim hence I made a cli todos app There are plenty cli tools available but this is my personal one Open app by running a command, easy vim motions to navigate through todos, 3 key bindings to manage todos(update/delete/create) It is published to npm GitHub: github.com/jignesh119/TermTodo Published url(npm): npmjs.com/package/@jignesh119/termtodo
https://imgutil.s3.us-east-2.amazonaws.com/f93f0e49da95607da17e353ab4840419f4223ee0108dc49fbfbe5c7713094178/4ec27bb7-38a5-463d-964b-0da357209332.png
npm emoji
summer-of-making emoji
vim emoji
js emoji
github emoji
Finally deployed my first turborepo app on vercel. Wenmo: Venmo/paytm like wallet app that let's users onramp money onto app and also supports peer to peer money transfer via a fake bank server. In the project out of 3 apps I chose user-app(app with user facing features) to deploy on vercel instead of all 3. Github: github.com/jignesh119/Wenmo Live url(vercel) : wenmo.vercel.app Pfa the ui of app
https://scrapbook-into-the-redwoods.s3.amazonaws.com/83c3fc8f-766e-47a5-b990-4f76a90b6c69-1000041185.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ef07bb48-df5f-461c-a637-0dc8dec92f24-1000041186.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/dffbaecb-b3b7-442c-86ab-2d1739b8e6de-1000041188.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/c4fb91b3-23f0-4e8f-945d-2b804fecf1b0-1000041189.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ed7e3296-fdb1-4a6c-8862-c76ecfea4e62-1000041187.pnghttps://imgutil.s3.us-east-2.amazonaws.com/f7649337fcbaf891762af1817b566125983eadb2847a1feb86af6b4e35332b98/a8f2390a-4edf-4e2b-a5e4-b428fc80841f.png
summer-of-making emoji
bank-hackclub emoji
vercel emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/c682df2c-db54-4ddb-8204-1a6ceab79a87-1000041158.pnghttps://imgutil.s3.us-east-2.amazonaws.com/9835dfe4547a4c4dcd7da87614947ad73ba754eda2bcf82d475be3e846346bf3/86fba3af-5c14-4c4f-82f6-0ae1d8a9e641.png
python emoji
github emoji
summer-of-making emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/80dd066b-5623-41be-9d6c-f7311129bca7-1000041051.pnghttps://imgutil.s3.us-east-2.amazonaws.com/c29062950a5c7a9e50f5d341b9e1bb3256ddc295988417db98acf1c10544fa8d/c238c575-c42f-4df0-9fd2-584fb35b196f.png
npm emoji
summer-of-making emoji
github emoji
Published my first cli app CliTyper: cli based typing speed testing tool There are plenty cli typing games available but this is my personal one so I'll be using this. Download it using npm: "npm install -g clityper" Github: github.com/jignesh119/CliTyper Published url(npm registry): npmjs.com/package/clityper Pfa demo of my project
https://imgutil.s3.us-east-2.amazonaws.com/ece80c87f4418e7abf9e3f739ac09269cbee8ec3aee6fb989f80d932dc131c71/948d6293-29d0-4b6a-b924-4f95662cacf6.png
github emoji
summer-of-making emoji
npm emoji
Finally completed my website AuthSwiss- complete nextjs authentication toolkit, this can be used as template or as reference to build robust authentication system using nextjs Github: github.com/jignesh119/AuthSwiss Live url: auth-swiss.vercel.app (for testing app, use email: revdmi4@gmail.com, password: 1234567 As login credentials, if u dont wanna enter your own details)
https://imgutil.s3.us-east-2.amazonaws.com/98104587f4024f361527166f45e0e7581b9f7e9ea850bdb4216545228e7f682a/a796f5b7-7ce0-4376-9498-8439392ee94e.png
summer-of-making emoji
github emoji
vercel emoji
nextjs emoji
https://imgutil.s3.us-east-2.amazonaws.com/7de9b7549c405dd3afdcda5df468230e0eb4f7390298e9efedadcd9d9df81081/e23452fa-b51e-4d4b-8e54-bdf531465614.png