Skip to content

Instantly share code, notes, and snippets.

View dannydi12's full-sized avatar
🎯
Focusing

Daniel Di Venere dannydi12

🎯
Focusing
View GitHub Profile
jsfiddle is poop
{
"name": "Web 4.0",
"description": "How I feel...",
"image": "https://c.tenor.com/FFkOPFbwhu0AAAAd/computer-funny.gif",
"external_link": "https://imdan.io",
"seller_fee_basis_points": 100,
"fee_recipient": "0x61976cC80a550111c387C38376aBD51A54B58052"
}
{
"name": "Daniel Creatures",
"description": "Daniel Creatures are adorable aquatic beings primarily for demonstrating what can be done using the OpenSea platform. Adopt one today to try out all the OpenSea buying, selling, and bidding feature set.",
"image": "https://images.unsplash.com/photo-1604336755604-96ee6fa9f3f1",
"external_link": "https://openseacreatures.io",
"seller_fee_basis_points": 100,
"fee_recipient": "0x61976cC80a550111c387C38376aBD51A54B58052"
}
I spoke to several family members about the app. However, it proved difficult to explain its
purpose as it was intended for an audience purely consisting of developers. As a result of that reality,
I had to resort to explaining it as a bookmarking app for developers.
Many people told me they thought the ability to edit collections was paramount because the rest of the
app would feel quite restricted without that aforementioned feature. In response to that constructive criticism,
my team has chosen to implement the ability to create, edit, and delete collections.
Project Name: NPMM (Node Package Manager Manager)
User Flows: https://drive.google.com/file/d/1XGZdeW9YVJ223BdAcuP86EhvAMKPxu5j/view?usp=sharing
Wireframes: https://drive.google.com/file/d/116o7YI3C5fw2QI3MrLwHGFvnmNjwUwjL/view?usp=sharing
HTML Wireframes Repo: https://github.com/dannydi12/npmm-wireframes
HTML Wireframes Live: https://dannydi12.github.io/npmm-wireframes/
As a new user, I want to create an account | HIGH
As a new user, I want to search for packages | HIGH
As a new user, I want to be given directions on how to use the site | HIGH
As an existing user, I want to export collections as package.json | HIGH
As an existing user, I want to view packages in a collection | HIGH
As an existing user, I want to login | HIGH
As an existing user, I want to save repos in collections | HIGH
As a new user, I want to sort packages | MEDIUM
As a new user, I want to see favorites as a metric when viewing packages | LOW
As an existing user, I want to delete a collection | LOW
https://www.builtinla.com/job/engineer/frontend-engineer/57535
https://www.builtinla.com/job/engineer/software-engineer-front-end/63289
https://www.builtinla.com/job/engineer/software-engineer/63600
https://www.builtinla.com/job/engineer/frontend-engineer-search/64304
https://www.builtinla.com/job/engineer/frontend-engineer/59574
https://www.builtinla.com/job/engineer/junior-backend-engineer/59708
https://www.builtinla.com/job/engineer/software-engineer-frontend/63448
https://www.builtinla.com/job/engineer/senior-software-engineer-full-stack/63584
https://www.builtinla.com/job/engineer/software-engineer-full-stack-3-years-experience-los-angeles/64160
https://www.builtinla.com/job/engineer/software-engineer-remote-relocation-la-sf/41136
1) Most people felt that they needed visual feedback when clicking the copy link button. Due to this, I added a small notification on the the thought card to let the user know the link was copied to their clipboard
2) Overall, users liked the simplicity of the app. So I'm going to make sure to keep it focused
3) Users also asked for a like functionality but that will have to wait because of the massive changes I'd have to make (adding another route in express, another table in SQL, and building the functionality into the client)
App Name: ThoughtBin
Live link: https://thoughtbin-client.now.sh/
Repo: https://github.com/dannydi12/thoughtbin-client
Feedback: Showed to friends and family. They liked the layout and basic principles behind the app. However, they found some bugs and broken features but those will be resolved when I implement the API