I made a satisfying little button :) not much but I'm proud haha web developers |
- I made a satisfying little button :) not much but I'm proud haha
- I made a Chrome extension to overlay Guitar Chords on YouTube videos.
- I made a portfolio using ThreeJS and Blender
- mmm.page → make free-from, drag-and-drop websites
- Map of active customers for my landing page generated on the fly
- I built terminal emulator on my personal website using Vanilla JavaScript (link in comment)
- [Showoff Saturday] - I made a minimal generative CodePen for creating noisy SVG patterns
- Typedream.com, make beautiful websites with a simple interface.
- Flashcards Web App
- Can someone ELI5 about webhooks?
- Guitar/Bass key signature mapper with customizable tuning and fretboard
- [Showoff Saturday] - A Javascript Application that parses and scans Mac Apps to tell you which ones will work on the new Apple Silicon Macs (Link in comments)
- [Showoff Saturday] Made an interactive video app today that applies experimental slit-scan effects with the HTML Canvas
- I made a website that removes background from images using machine learning
- Javascript on Click Confetti Event
- Old Norse dictionary made with Next.js
- I created "git clone" as a web app! Clone a project without ever leaving your browser!
- How to keep JS changes to a page when you go back to it with the back button?
- How to make iPhone "Add to Home Screen" websites not have a location or bottom nav toolbar like this Samsung website?
- Make responsive websites simply by dragging and dropping
- Software Compass
- 10 big projects to learn html/css/js
- Tetris in the browser written (mostly) TDD
I made a satisfying little button :) not much but I'm proud haha Posted: 10 Apr 2021 11:30 AM PDT | ||
I made a Chrome extension to overlay Guitar Chords on YouTube videos. Posted: 09 Apr 2021 11:48 PM PDT
| ||
I made a portfolio using ThreeJS and Blender Posted: 10 Apr 2021 02:21 AM PDT
| ||
mmm.page → make free-from, drag-and-drop websites Posted: 10 Apr 2021 03:11 AM PDT
| ||
Map of active customers for my landing page generated on the fly Posted: 10 Apr 2021 03:35 AM PDT
| ||
I built terminal emulator on my personal website using Vanilla JavaScript (link in comment) Posted: 10 Apr 2021 08:26 AM PDT
| ||
[Showoff Saturday] - I made a minimal generative CodePen for creating noisy SVG patterns Posted: 10 Apr 2021 01:38 AM PDT
| ||
Typedream.com, make beautiful websites with a simple interface. Posted: 10 Apr 2021 02:37 PM PDT | ||
Posted: 10 Apr 2021 07:10 AM PDT
| ||
Can someone ELI5 about webhooks? Posted: 10 Apr 2021 02:51 PM PDT From what I understand is that it is kind of one way message which reacts at a particular action. For example, someone on your ecom site places an order and instantly you get notification on email that someone just ordered XYZ. Here user placing order is an action and you getting notification is reaction for it. This is done using webhooks. Am I getting it correct? I tried understanding from here https://zapier.com/blog/what-are-webhooks/ [link] [comments] | ||
Guitar/Bass key signature mapper with customizable tuning and fretboard Posted: 10 Apr 2021 09:18 AM PDT https://tannertronic.github.io/keys/ Made using vanilla JS. I mainly made this for myself to use in jam sessions, but thought it was cool enough to share. You can adjust the numbers of strings/frets and each string's tuning to match your instrument, then pick what key you want to play in and the fretboard will re-render with the notes in the selected key marked. This is still a work in progress- have yet to implement minor or viewing notes as flat, so at the moment its limited to major and sharps. Best viewed on mobile in landscape mode. [link] [comments] | ||
Posted: 10 Apr 2021 02:19 PM PDT
| ||
Posted: 10 Apr 2021 03:37 PM PDT
| ||
I made a website that removes background from images using machine learning Posted: 10 Apr 2021 03:16 PM PDT | ||
Javascript on Click Confetti Event Posted: 10 Apr 2021 11:17 AM PDT
| ||
Old Norse dictionary made with Next.js Posted: 10 Apr 2021 03:12 AM PDT
| ||
I created "git clone" as a web app! Clone a project without ever leaving your browser! Posted: 10 Apr 2021 05:24 AM PDT Just paste the link to the repo you want to clone, select the target directory, and you're done! Check out the demo here: It works by using the File System Access API that's recently been launched into stable Chromium and is now available on Chrome and Edge (maybe also Firefox, but I haven't checked). I was originally inspired by this recent post, so I sat down and came up with this little tool. You can also check out the repository for more info! [link] [comments] | ||
How to keep JS changes to a page when you go back to it with the back button? Posted: 10 Apr 2021 03:26 PM PDT I'm working on a small website, and when for example an element is clicked, I wrote some JS to add or remove a css class from that element, and the backend keeps track of what classes the element is supposed to have. So if you refresh the page after a click, it will look the same. However if you visit a page, click on said element so that it changes, click on a link to a different page, and THEN click the back button, the page will look the same as it did when it was first requested. Is there a way to retain whatever changes happen on the frontend between back button clicks? [link] [comments] | ||
Posted: 10 Apr 2021 03:20 PM PDT | ||
Make responsive websites simply by dragging and dropping Posted: 10 Apr 2021 02:59 PM PDT
| ||
Posted: 10 Apr 2021 08:57 AM PDT
| ||
10 big projects to learn html/css/js Posted: 10 Apr 2021 02:43 PM PDT I'm considering to create big projects to improve myself in html css js. I'm just starting out, so I'm trying to include html css js in one project, like creating an ecommerce web app. I will design it in Figma, then use html css js to convert it into actual code. What's the best way to learn pure html css js in your opinion ? Thanks in advance! [link] [comments] | ||
Tetris in the browser written (mostly) TDD Posted: 10 Apr 2021 10:44 AM PDT
|
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment