-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the vaults for the beasts #2
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Full Stack Developer with extensive experience in blockchain development, specializing in Next.js, TypeScript, Node.js, and Rust. With over 25 contributions across projects in the OnlyDust ecosystem, I’ve developed strong proficiency in delivering high-quality solutions and resolving complex issues within tight deadlines. My experience spans frontend, backend, smart contract development, and the optimization and maintenance of scalable codebases. How I plan on tackling this issueI will create a new component called NftVault that will display NFTs from a user's wallet. This component will initially use dummy data to simulate the display of NFTs, and it will be integrated into the Lastly, I will make sure that this implementation of NftVault will provide a clean and reusable way to display NFT collections from the user's wallet. Thanks |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedi have experience in game dev and nfts previously as personal projects and hoping to make use of them here. this is is my first odhack. How I plan on tackling this issueI will have an "NFT Gallery Experience" rather than the vault display-progressive loading patterns, smooth transitions and hover previews. Using CSS Grid with responsive NFT cards keeping aspect ratio there also will be a virtualized list in case of a very large collection of NFTs with placeholder states for future blockchain integration. The NFT cards should further be broken out into its very own sub-components and structured using atomic design architecture to ensure ease of maintainability. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHii! My name is Mario Araya, I’m a Software Developer with 2+ years of experience. I have worked with backend technologies such as Cairo, Java, and C#, as well as frontend development using React, NextJS, and JavaScript/TypeScript. I’ve made contributions to open-source projects, completed a Starknet Bootcamp, exercises on NodeGuardians, finished Starklings, and participated in multiple hackathons. I’m also a member of the Dojo Coding community here in Costa Rica. How I plan on tackling this issueI start by defining the structure of the data, which will be an array of objects, each representing an NFT with properties such as id, name, image, description, price, and owner. In the NftVault component, use React to map over this array of NFT objects and display each NFT's details in individual cards, including the image, name, description, price, and owner information. Use dummy data to simulate the NFT objects for now. Style the component to present the NFTs in a clean and responsive layout. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, I'm Collins a frontend and blockchain developer, and an active contributor on OnlyDust. You can check out my profile here: https://app.onlydust.com/u/0xdevcollins. This is my first time contributing to this repository, and I’m excited about the opportunity to contribute. Looking forward to collaborating! How I plan on tackling this issueTo create the NftVault component for displaying NFTs in the user's wallet, I will first structure it to accommodate the provided dummy data format. This will involve defining an array containing objects with attributes like name, description, image, and owner. Using React, I will render a grid of NFT cards that showcase each NFT's name and image, implementing a Link for user interaction to view detailed NFT information. I will ensure the component aligns with the existing website design by applying styles from main.css and will include a filter to display only NFTs owned by the current account. Once the NftVault is developed, I will integrate it into the NftHall component by importing it and placing it appropriately within the existing layout. After integration, I will conduct testing to confirm that the component displays the dummy data correctly and that the overall application functionality remains intact. This approach will prepare the NftVault for future blockchain integration while enhancing the user interface. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedWith experience in React and UI development, I can efficiently design and implement components that meet user needs while adhering to project standards. How I plan on tackling this issuewill create the NftVault component to display NFTs using the provided dummy data structure. This component will utilize a simple mapping of the NFT data to render individual cards with links for further interaction. After implementing the component, I will integrate it into the NftHall component to ensure seamless functionality within the existing layout. I'll also ensure that styles are consistent with the current website design. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedi have prior experience in typescript and would be happy to contribute How I plan on tackling this issuefollow along the description and update in telegram accordingly |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedSoftware Engineer with 10 years of experience. For the past 5 years, I’ve specialized in HR Tech solutions, now used by tens of thousands of companies and hundreds of thousands of users. I have also contributed to open source development at OnlyDust (My OnlyDust Profile). I’m passionate about exploring new technologies and currently looking to deepen my expertise in blockchain, smart contracts, and decentralized applications. How I plan on tackling this issueFirst, I will create the |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a passionate Software Developer currently embarking on my journey into Web3 development. My background includes proficiency in modern JS frameworks: How I plan on tackling this issueSetting up Dummy Data: Component Structure: Dynamic Routing: Reusability and Scalability: |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedCreate the vaults for the beasts Hello ByteBuilsdersLabs team, I am Joel Vargas, and I'm a member of Dojo Coding. I also come from OnlyDust. I would like to request the assignment of this issue. Below is my proposed approach for implementing this issue: How I plan on tackling this issueProposal for
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, I'm Alvaro Lazarus, a Blockchain developer and a new member of Dojo Coding, I've worked heavily with TypeScript before which makes me confident that I can complete this issue smoothly. Also I've been following ByteBeasts for a while so it would be awesome for this to be my first contribution to the project. How I plan on tackling this issue
Thank you for the consideration ETA: 48 hrs |
@RolandoDrRobot thanks i will working on |
Description
NftVault
to show all the NFTs of my walletDev notes
Please include this new component in this other component
NftHall
https://github.dev/ByteBuildersLabs/Website/blob/b63fc30048c51877e15608791de03b7040f567d4/src/components/NftHall/index.tsx
This is a guide on how the layout should look (with the styles of the currect website)
Refences
The text was updated successfully, but these errors were encountered: