DEV Community

Cover image for What’s the Most Recent Project You’ve Been Working On?
Shahed Nasser for Medusa

Posted on • Updated on

What’s the Most Recent Project You’ve Been Working On?

Happy Monday! Take a chance in the comments of this post to show off something cool you've been working on! Could be a personal or work project, could be programming related or not. We want to hear it all 💜

Here at Medusa, we've been preparing for a new release coming out this week! 👀 Stay tuned for our release post by following us here on DEV or by subscribing to our Newsletter!

Latest comments (64)

Collapse
 
andrewbaisden profile image
Andrew Baisden

A super basic Twitter Clone App github.com/andrewbaisden/complete-....

Collapse
 
mardeg profile image
Mardeg

I wrote a character-themed favicon picker tool for easy copy/paste into webpages using emojis. Also it's multiligual, mobile browser friendly and keyboard accessible.

emojicons.glitch.me

Zero frameworks, just raw CSS and javascript.

Collapse
 
mangor1no profile image
Mangor1no • Edited

I made a simple landing page for my company with NextJS and TailwindCSS. It's a fun project for me, and the company accepted it as the primary landing page as well. First I gathered the ideas, then I designed the pages on Figma. After that, coding was the fun part. I did some animation on the page and learnt how to use the intersection observer API to limit the number of animated elements. All those works costed me a few weeks in my free time, and I think I'm happy with the result.

The sale team is filling/updating the content for it, but you can check it out here.
just.engineer

Btw, we are a small company that love to build beautiful website and mobile apps. If you are wandering out there to find people to help you with your project, we might be the suitable candidate :D

Collapse
 
maxfindel profile image
Max F. Findel

The website looks great. The repeating quote from only one customer is too much for me. Maybe you could show just the singe quote?

Collapse
 
mangor1no profile image
Mangor1no

Thanks for your feedback! The quotes and similar things on the website currently is mocked only, our marketing team are working on the content and it will be released shortly :D

Collapse
 
shahednasser profile image
Shahed Nasser

Looks pretty cool!

Collapse
 
mangor1no profile image
Mangor1no

Thank you, glad you like it ❤

Collapse
 
m0nm profile image
m0nm • Edited

I've finished the third version of my YouTube clone with Nextjs (you know the saying: first make it work and then make it better)

The funny thing is I've been struggling with the subscriptions feature (access tokens and what's not) but I don't think my app can pass Google verification, So the feature can't be used 😂

Would love some code reviews!

Collapse
 
jackmcbride98 profile image
Jack McBride

I made a wesbite which allows you to search all your Spotify saved playlists contain a given song or artist. Hosted here
spotify-playlist-search-tool.verce...

Collapse
 
imagineeeinc profile image
Imagineee

paperclip logo
Currently working on a notebook app that is inspired by notion but for more personal use, paperclip. Purely made in html, js and css from scratch, uses firebase for oauth and storing data in the cloud. Still a heavy work in progress, almost close to finishing the base feature set, 85% finished. I wanted to keep it closed source but at last decided to open source it, github

Collapse
 
shahednasser profile image
Shahed Nasser

Good idea open sourcing it!

Collapse
 
psypher1 profile image
James 'Dante' Midzi • Edited

A personal site for a concept artist...

It's been interesting figuring out how to handle this many images.

Then there's my our language (spoken) reference book
thelanguagehub.netlify.app

Got a contributor who optimised some of the code... Searching for more

Collapse
 
sydneylai profile image
sydneylai

recently help build a defi bridge between Rally and Solana github.com/BridgeBuddies/Slide

Collapse
 
tomoyukiaota profile image
Tomoyuki Aota • Edited

I published a new release (version 1.5) of Photo Location Map, which is an Electron app to show where photos were taken on a map.

I also published Photo Data Viewer, which is a web app to find Exif data from a photo. This is built using Next.js.

Both of them are personal projects whose code is hosted on GitHub.

Collapse
 
shahednasser profile image
Shahed Nasser

Sounds cool!

Collapse
 
jeoxs profile image
José Aponte

Right now, In working on a mobile self learning app developed with Flutter for a client. The app itself is similar to Duolingo or Quantic. For the backend, I use Firebase with Angular. It's been a long project (it's a startup, basically) and I'm the only developer for now.

Collapse
 
shahednasser profile image
Shahed Nasser

I hope it works out!

Collapse
 
joshistoast profile image
Josh Corbett

I'm in the middle of making a Vue 3-based boilerplate for Shopify Storefronts, all that's needed is to plug in access token and store endpoint.

github.com/joshwcorbett/vue-open-s...

Collapse
 
shahednasser profile image
Shahed Nasser

Cool! You should try making one for Medusa 😉

Collapse
 
memoryinject profile image
Mahesh MS

Build a WebSocket command line client utility for testing WebSocket server for work.
ws-client: github.com/memoryInject/ws-client

Collapse
 
prstyocode profile image
utopictown

I build a social app that help you find friends based on music you like on spotify merrve.con

Collapse
 
a-n-r-i profile image
A-N-R-I

I made a little console project to help me adjust the time of subtitle files (.srt) whose captions don't follow what's being said in the video. I'm still considering ways to further improve it. But it has saved me the trouble of looking for another subtitle file most of the times. I also made another mini console project to help me batch-rename file extensions in a folder(including sub folders). I did both these projects out of laziness to manually do what they partly automate, lol.

Here are links:
github.com/A-N-R-I/SRTFileEditor
github.com/A-N-R-I/RenameMultipleF...

Collapse
 
shahednasser profile image
Shahed Nasser

Sounds cool I've definitely ran into issues with subtitle timing before

Collapse
 
jacksonkasi profile image
Jackson Kasi • Edited

hi, I made a simple social media project.
you can just try it :D
GITHUB: github.com/jacksonkasi0/linkedin-c...
WEBSITE: linkedin-clone-firebase.vercel.app

Collapse
 
shahednasser profile image
Shahed Nasser

Looks cool!