-
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 page for view beast #4
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Full Stack Developer 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 issue
Lastly, I will follow the current website’s style, with a clear layout and easy-to-navigate structure, making it responsive across devices. Thanks |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedMy name is Josué. I'm part of the Dojo Coding community and have worked on several projects, including some in Unity. I have experience with C#, .NET, Java, JavaScript, Angular, and Node.js. I love contributing to open-source projects, whether it's fixing bugs, adding new features, or improving documentation. How I plan on tackling this issueI will create the NftDetails component that will display the details of the NFT using mock data. I will set the path /nftroom/:collectionName/:tokenId to access the component and display the name, image, owner, and token ID of the NFT. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello, I'm Derian, a software engineer focused on full-stack web development, and I'm currently part of Dojo Coding. I have experience in frontend development using TypeScript and React. I would like to work on this issue and gain more experience. It would be an honor if this were my first issue on OnlyDust. I would really appreciate the opportunity to contribute and be part of this project! How I plan on tackling this issueI will study the codebase to understand the current structure and functionality. |
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 would first define the data structure as an array of objects containing properties like the NFT's name, image, description, price, and owner. Then, I'd break down the UI into key sections to display the NFT image, name, description, price, and owner's address. I'd create the component in React that accepts this list of NFTs as a prop and renders each one using map() in individual cards. Next, I'd apply basic CSS styles to give it a clean, appealing layout. Finally, I’d ensure the component is flexible enough to easily integrate real blockchain data in the future. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHey! I'm Lau Chaves, Im part of Dojo Coding Costa Rica! I would like to contribute to this issue! I have over 5 years of experience working with JavaScript, React, and TypeScript, ruby... My primary role has been as a front-end developer, and I have a keen eye for detail and a strong focus on mobile-first approaches. I ensure the quality of my work through rigorous self- QA processes. I have a solid knowledge of CSS, Sass, and styled-components. How I plan on tackling this issueId follow this approach
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedi have prior experience in game dev previously as personal projects and hoping to make use of them here. i hope this first contribution in odhack marks a new journy. How I plan on tackling this issueI add an interactive view for NFT with zoom gestures, scroll-driven metadata animation functionality for a floating action toolbar about quick actions like sharing and transfer, on-chain view. It even approaches skeleton loading states with lazy loading images for improving performance. The routing structure has yet to change. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello my name is Erick! I am a systems engineering student with a focus on fullstack web development, currently working on various blockchain-based projects, including those utilizing Cairo and ZK proofs. My experience includes working with Next.JS, React for the frontend in multiple projects, and contributing to the open-source community through OnlyDust. My familiarity with these frameworks equips me to understand the nuances of these systems and ensure that the frontend is both correct and UX/UI driven. I am part of Dojo Coding, and here is my OnlyDust profile: https://app.onlydust.com/u/evgongora. How I plan on tackling this issueI'll create the NftDetails component and add the new route to the App component. Let's start with the NftDetails component:
I'll add the CSS file for the NftDetails component something like this:
Update the App component to include the new route: Add the import for the NftDetails component Then, add the new route inside the Routes component:
These a rough idea and would love to start working on it! :) |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedhave a solid understanding of React and have previously developed UI components that integrate seamlessly within existing applications. My experience includes handling routing and state management, making me well-equipped to implement the NftDetails component effectively. How I plan on tackling this issueI will create the NftDetails component using the provided dummy data structure to display detailed information about an NFT. I’ll utilize useParams to extract collectionName and tokenId from the URL, allowing dynamic content rendering based on these parameters. The component will include a link to the NFT owner and a transfer button for the owner. After implementing the component, I'll also add the necessary route to the main application file to ensure that the component can be accessed via the specified path.Finally, I’ll ensure that the design aligns with the current website’s layout and styles. |
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 issueData Setup: Component Structure: Dynamic Routing: Responsive Design: Reusability and Scalability: Please feel free to reach out to me. I am genuinely excited about the first opportunity to tackle an issue and eager to contribute to the project. I look forward to hearing from you and am ready to get started as soon as possible. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedFull Stack developer with 5+ years of experience involved in the full software development lifecycle. My experience includes providing IT solutions for enterprises using JavaScript, React, TypeScript, Node.js, and MongoDB. Additionally, I am expanding my knowledge in Web3 technologies, particularly in Cairo and Solidity. I am also a community leader and sensei at Dev.f, where I mentor and lead a vibrant community of developers and am a Dojo Coding Member. My areas of interest include Web3, frontend, backend, and full-stack development. How I plan on tackling this issueWe need to create a new component called NftDetails that will display all the NFTs of a wallet. For now, this is only a UI
For the initial implementation, dummy data can be used to mock the array.
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedCreate the page for view beast 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
|
Description
NftDetails
to show all the NFTs of my walletDev notes
Please create the new route for the collection component in the app file
Refences
The text was updated successfully, but these errors were encountered: