Submissions
A decentralized marketplace application will allow users to list their items for sale, purchase items, view listed items and lookup products they purchased and/or uploaded on a profile page. It is built on the pre-existing marketplace smart contract with added functionalities for better user experience, to access special features offered by the marketplace and improved interactivity between users of the marketplace. These functionalities are highlighted in detail in the README.md file of the GitHub repository below.
## Building a Whitelist Dapp on the Celo Blockchain Using Vue.JS In this tutorial, we will walk you through the steps of building a decentralized application (dApp) on the Celo blockchain that allows users to add addresses to a whitelist. We will be using Vue.js as our frontend framework as opposed to React, to build the user interface, and the Celo blockchain platform to store the whitelist data on the blockchain. More details are provided in the README.md file.
Neil & Collen (N&C) is a property dApp built on CELO blockchain where users can buy and sell properties using celo
A marketplace for anime lovers to mint their animes into NFT and sell them. Users having connected their wallet to the platform can mint, buy, sell, resell, gift out and remove their anime NFT. They can also view their profile to see owned NFT's.
FEEDBACK
Welcome to NFT Collection, a web application enable user to create their own NFTs, also list NFTs into the marketplace to sell, update price, remove from the marketplace. This project was built as part of a coding challenge and serves as a showcase for my coding abilities.
Hello @nguoibian, love your project. I have gone through your code and made a few changes as stated below;
require statement rather than the if statementactiveItem() mapping name to better fit the recommended naming convention. You can read more herenotListed() modifier as it serves the same purpose as the isListed() modifierlistNft() function as the modifier isListed() is already usedcreateNft() function name to mintNft() to indicate what the function does, which is to mint an NftThat's all from me. I have made a pull request for you to go through and make the changes as you see fit. Great work once again
Neil & Collen (N&C) is a property dApp built on CELO blockchain where users can buy and sell properties using celo
yeah, just noticed that too...will fix it immediately. Thank you
Decentainment is a dapp that connects every artist to their fans - Artist can come in to upload and create their nft by filling out the form properly - The specified price is the listed amount - Any fan can come in to purchase his/her artist fan card - it can serve as a utility for the fan depending on the artist - Users can see the list of their owned fan card by checking the profile tab - Artist can withdraw profit made from selling their fan card in the withdraw page The smart contract is well commented
Hello @Kayzee, nice submission, I love the implementation. I went through the smart contract, and I would like to suggest a few changes and/or improvements.
joinOG() function to better understand what they are meant to holdjoinOG() function to prevent users from buying OG that do not exists, so I created a isValidId() modifier for this as it can be used in other functionsBelow is the pull request for you to go through and make the changes as you see fit. Great submission again and have a nice weekend.
association-bank is an association based bank where members of association can deposit into association banks and only excutive members can withdraw, the withdrawal of any executive member can only be possible with the approval of other executive members. * Member of an association can view association balance by using the association password * Only executive members can initiate withdrawal, approve withrawal, revert approval and withdraw * The status page in the dashboard is available for any member to check the status of any transaction in the association for transparency
I have gone through your code and it's really amazing, the thought and the execution is really great. I noticed a few things with the project and they are;
I noticed that the create account modal wasn't centered on the page. So, edited the createAccount.tsx component to properly center the modal.
I noticed an error when a user tries to deposit an amount in a particular account after click on the view more button. This was because the type attribute for the input field was set to tel in the [id].tsx file. So, I changed it to number, and it can work as intended.
Rather than using 0001 as the account number, I would suggest you use a randomly generated value as the account number, this can then be sent to the smart contract and stored while creating an account. This will help separate the account index in the associationCreator mapping created from the account number. You can check out this package on how to do that and use it in your project.
I would suggest you create an orders.tsx in the executives folder located in pages/dashboard/[id] path, this way, executives will be able to see all withdrawal orders and their order number before knowing which order to approve or revert.
I would suggest you include an instruction on how to carry out certain actions on your project. This will help users get a better idea of what to do, how to do it and the expected result or outcome.
That's all the observation and changes I made. I couldn't make some of the changes as I would be altering the initial state of the project or adding a new feature. I have made a pull request below with the few changes I could make (staying in line with the feedback rules) for you to go through and make the changes suggested as you see fit.
Great project once again and all the best with your submission.
ceAffairs is dapp where users can: 1. Create an event. 2. View list of events created by you and others. 3. Join an event. 4. View a event with all necessary information. 4. Delete an event only if you are the owner of that event.
Hello @chigozie, I really love your project and the idea behind it. It's amazing. In addition to the changes proposed by @Farzeen, I made a few myself
That's basically everything, once again great submission and good luck.
I made a pull request with the proposed changes. You'll need to deploy the smart contract again and change the market contract address to effect these changes.
A marketplace for anime lovers to mint their animes into NFT and sell them. Users having connected their wallet to the platform can mint, buy, sell, resell, gift out and remove their anime NFT. They can also view their profile to see owned NFT's.
Thanks @Farzeen for your feedback. I really appreciate it
This is an improved version of the course's marketplace dApp with a custom review system and new hooks.
Hello Farzeen, I noticed your git repository you submitted is empty and only contains a README file.
A celo frontend marketplace with an added feature that allows user to change the price of their listings.
Hello maryjobs, the GitHub repository you submitted is empty.
ComeFundMe is a crowdfunding app where users can create a campaign and also donate to campaigns. Campaign creator can also withdraw the funds donated at any time. On [ComeFundMe](https://hexdee.github.io/ComeFundMe/), users can: * See Campaigns created by other users * Donate to a campaign * Create their own campaign * Withdraw funds raised from their campaign
Hello @hexdee, loved you project, great submission. I have gone through your code base and made a few adjustments as stated below.
isValidId() modifier to replace the repeated use of the require statement to check if an ID is validtotalCampaign to better describe what it is meant for.getTotal() function and made the totalCampaign variable public to access its value as the getTotal() function only returns its value.index in place of id in the main.js file. I made the necessary correction.I have made a pull request for you to go through the changes and make adjustments as you see fit. Really great submission and goodluck.
Neil & Collen (N&C) is a property dApp built on CELO blockchain where users can buy and sell properties using celo
thanks Emmanuel...I was reading on modifier in solidity but couldn't figure out how to apply it to my code, wanted adding more features to it. I'll review your changes. Thanks again
I added some new features and functionalities to the celo marketplace frontend project. owners of products can now pause and resume the sale of their product as needed.
Hello 4undRaiser, the GitHub repository you submitted is empty.
VoteKasta is a decentralized application on the celo blockchain that allows you to vote on your favourite proposals. Users can add proposals, vote, close and delete proposals.
I would advise you build the project after making the changes so as to see the effected changes on the deployed live demo
VoteKasta is a decentralized application on the celo blockchain that allows you to vote on your favourite proposals. Users can add proposals, vote, close and delete proposals.
Oh, I am sorry about that. The changes were made in RemixIDE, you can go through the pull request now. You should see the changes there now.
This is an beginner social media dapp for celo named cwett. Cwett has some features like normal socail apps, posting , like , comment and profile of the user. I'm waiting feedbacks abbout both UI and Contract
Hello @bezat, great project, loved the implementation. I went through your project and noticed a few things, though minor but I believe they will improve the user experience.
That's all from me, overall, it was an amazing project. I've made a pull request with the suggested changes. Good luck.
Hospital Dapp. :This is a platform that where hospitals can receive assistance from their communities and well wishers. *- Hospitals can register patients who are in need of help.* *- Hospitals can also organize their fundraising projects on the platform.* *- Only whitelisted hospital accounts can register patients and fundraising projects.* *- Well wishers can contribute to the fundraising projects. * *- Well wishers can pay for specific patient's needs.* *- Well wishers can view their past donations for different causes.*
Hello @Samthetutor, great work, I love the idea and the implementation. I went through you code (smart contract and the main.js file), didn't notice and bug. So in addition to @SinzuCrypto's feedback I made the following changes
I've made a pull request so you can go through the changes. Great work and good luck with you submission.
Auction Artifacts Nft's pitches off the idea of an auction market where User's with wallet compatible to interact with the Dapp connects, mint artifacts, place them on auctions and these artifacts gets to go through bidding at their auction run time. After auctions they are made available to be collected by the highest bidders for the highest bid price. A more suitable description could be found in the repo.
Hello @Samm_47, the GitHub repository link you sent isn't working. It's redirecting to a 404 error page, saying page is not found
A simple decentralized voting system with a front-end where users can vote for any candidate of their choice and paying 1cusd to that candidate. Only the Organizer can give right to vote to an address and add a new candidate. I disabled that security feature to allow anyone to give right to vote and add candidates to the system for the sake of testing the functions.
Great submission @Princeemmy, loved the implementation. I have gone through your code base (the smart contract and the App.js file as it holds the logic) and this is my contribution:
That's all from me, I have made a pull request with the suggested changes for you to go through and implement as you see fit. Once again great submission and good luck.
This web application is a platform designed to showcase and explore the street food scene in Saigon (Ho Chi Minh City), Vietnam. The platform provides a user-friendly interface that allows visitors to view various street food locations and their specialties on a map. Users can search for specific dishes or filter locations based on different criteria, such as price range and type of cuisine. The map interface also provides a street view feature, allowing users to virtually explore the surroundings and get a sense of the ambiance of each location. Each street food location on the map is accompanied by a detailed description, including photos, ratings, and reviews from previous visitors. Users can also leave their own ratings and reviews to share their experiences and provide feedback to other users. Overall, the Street Food Saigon web application provides a comprehensive and interactive platform for both locals and tourists to discover and appreciate the rich and diverse street food scene in Saigon.
Hello @nguoibian, loved you project, and the functionalities implemented. It's really great. I have gone through your code base and made a few adjustments as stated below.
I have made a pull request for you to go through the changes and make adjustments as you see fit. Really great submission and goodluck.
VoteKasta is a decentralized application on the celo blockchain that allows you to vote on your favourite proposals. Users can add proposals, vote, close and delete proposals.
Hello @DextinyAB, great submission. I have gone through your code base and was able to find the reason for the error. Below are my observations and feedback on your submission.
voters mapping to use uint mapped to a mapping of addresses and a Boolean indicating their voting choice. This was the reason behind the error you got earlier after creating the second proposal and trying to vote on that proposal.readProposal() function to display all the properties of the Proposal struct for increased efficiencygetProposalLength() function as it only returns the proposalLength. Made this variable public so it value can be read.That's all from me. I have made a pull request for you to go throw and make the necessary changes as you see fit. Great submission, goodluck.
A simple web tool for managing music shows tickets. This app enables users to reserve and purchase tickets for various music events that are happening right now. The viewer can view a list of available musical performances, the venue's capacity, and the total number of people who have purchased tickets. A user can also buy tickets for several performances. The creator creates a show ticket by inputting specific fields such as the title of the show, the name of the performing artist, the date of the event, the banner image, etc. Only the performing artist's name and the show's title can be changed in this application by the creator, also known as the owner or management. This reduces the number of show edits. The app also provides the opportunity to delete a show ticket if it has zero participation. The information about music shows and tickets is maintained on the blockchain, and any random users cannot alter it using a contract unless they have the necessary privileges.
Thats great...loved the project, these are my observations and feedback on your project
getTotalShows() function as it only returns the value of totalShows() variable. So, I used the totalShows variable instead of the getTotalShows() function.Great submission by the way, I have made a pull request for you to go through the changes and implement as you see fit. Make sure you test your application after implementation to make sure it works as planned. Good luck
Lypso's recipe is a decentralized application built on the celo blockchain, that allows users/members to upload and buy uploaded recipes. Owner of each recipe can delete their uploaded recipe.
Hi @Lypso, I really love your project. I have gone through the contract and made a few addition to it.I added an email and a password verification code to the JavaScript file and a little notification on the HTML file as well. I've made a pull request, so you can review the additions I've made. Once again, great submission.
Con-tracker: This is a simple Dapp that allows users to access previous transaction history from different addresses all in one place. View transactions from contract addresses as well as personal addresses. Users can also view account balances of different tokens held by the addresses in real time.
Hello @Peacevian, great submission, loved the idea, implementation and the simplicity of the project. I went through you code (the smart contract and the code in the main.js file) and have a few observations.
I've made a pull request with the proposed changes for you to go through and implement if it meets the dApp specifications. Great work again and all the best on your submission.
A simple web tool for managing music shows tickets. This app enables users to reserve and purchase tickets for various music events that are happening right now. The viewer can view a list of available musical performances, the venue's capacity, and the total number of people who have purchased tickets. A user can also buy tickets for several performances. The creator creates a show ticket by inputting specific fields such as the title of the show, the name of the performing artist, the date of the event, the banner image, etc. Only the performing artist's name and the show's title can be changed in this application by the creator, also known as the owner or management. This reduces the number of show edits. The app also provides the opportunity to delete a show ticket if it has zero participation. The information about music shows and tickets is maintained on the blockchain, and any random users cannot alter it using a contract unless they have the necessary privileges.
Hello @Temi_empirical, the GitHub link you are to submit is a link to your project repository and not the live link of the project you built.
Neil & Collen (N&C) is a property dApp built on CELO blockchain where users can buy and sell properties using celo
The correction has been made. Thank you
association-bank is an association based bank where members of association can deposit into association banks and only excutive members can withdraw, the withdrawal of any executive member can only be possible with the approval of other executive members. * Member of an association can view association balance by using the association password * Only executive members can initiate withdrawal, approve withrawal, revert approval and withdraw * The status page in the dashboard is available for any member to check the status of any transaction in the association for transparency
Hello Kayzee, I noticed that the link you submitted is not the projects GitHub repository link but a link to deployed project on vercel. Please send the repository link so feedbacks can be made, if any, on your project.
Movie Collection Library Dapp: This is where movie enthusiasts can share movies they have watched with others. A user shares the movie title, movie avatar, movie imbd link, imbd score, content-rating and also some thing along the movie review numbers. Users can follow the movie IMBD link to watch the trailer to see if they are interested.
Hi @patrickcmd, love your project and the implementation. I have gone through you smart contract code and made a few changes
That's all from me. I have made a pull request for you to go through and see the changes made. To effect the changes, you'll need to build the project again. Great submission and good luck.
Dacade je platforma s otvorenim kodom i stvorena je u suradnji s višestrukim suradnicima. Posjetite repozitorij kako biste počeli doprinositi.