Submissions
# LandSpace-Dapp ## Description LandSpace is a platform where users are able to sell lands and real estate through an auction and an instant price. This project is a simplified version of my solidity-101 submission. Functionalities Users are able to: 1. Upload a land/home they own onto the platform to be auctioned 2. Buy land/home on sale through bidding or buying with the instant price 3. Owners are able to end the auction
FEEDBACK
This is a marketplace for buying and selling cars in a decentralized way. this marketplace is built on the algorand network.
Hello @miriam35, great job on your project. I've gone ahead and looked through your codebase and found a few issues:
Good luck and have a nice week ahead!
Flower Art is a dapp where users can post their flowers for sale, convince people to buy only one of it. Owners of art can change the quantity of the art incase it gets finished.
Hello @JeffCole, great job on your project. I've gone ahead and looked through your smart contract and made a few changes/fixes:
Good luck and have a nice rest of your week!
# Tell your Secrets This dapp is an anonymous dapp where users post their secrets or things they want to get out into the world and can earn from it. ## How it Works Other users can like and dislike a secret for a token of 1ALGO, so if a secret is very touching, the authors can be rewarded for posting. This is a spinoff of my celo101 submission
Hello @nunu, great job on finishing the course and challenge. I've gone ahead and looked through your codebase and made a few changes:
My only suggestions would be to make the respective UI changes and use conditional rendering for the like/dislike functions.
Gift Card is a simple dapp that enables user of the platform to gift specific cards but with a twist😅. Users can choose to buy a card but when a card is bought it doubles its price to increase its value so users who choose to retain it have it more effective and if it is resold the user makes more money. This is to ensure competitiveness of the platform.
Hello @Arome8240, great job on finishing the course. I've gone ahead and looked through your smart contract and made the following changes/fixes:
Good luck and have a nice week ahead!
# Donater Donater is a donating website where people can start a fundraising campaign for projects of their choosing . Users can set goals and when the goal is reached that means the campaign has ended and others cant donate anymore. The owners of the campaigns can choose to pause and resume their campaigns
Hello @josefsid, great job on your project. I've gone ahead and looked through your smart contract and made a few changes:
Good luck and have a nice week ahead!
An Art market where people can buy and sell art items on the algorand blockchain Demo Link included in the github repo Features Users can create new listings, where they set the upload the data on the art item. Users can view their own listings or items they've bought in the my-items page. There is an option for users to relist an item they've bought, and also change the price of that item. History of an item is gotten by formatting the indexer output. feedback is welcomed, more functions welcome too.
Hello @Codename, great job on your project! I've gone ahead and tested your dapp and didn't find any bugs/issues. I've also gone ahead and made a few changes/improvements:
Overall, clean and cool implementation of your project. Good luck and have a nice week ahead!
# Carmio ### An Algorand dApp Car Bidding. This Dapp allow you to bid car pricing without limited time window, also giving to the option to buy up straight at initial pricing based on the market. Bidding price automatically updates and placing a new accepted bid. Bidding price can't be less than previous bidding.
Memories is a platform that enables its users to post impactful life memories and other users can find it either helpfull or not helpfull. I noticed there's a limit to how much text can be added to the Byte. i wonder if there's a way around this. feedbacks are welcomed.
Hello @richiemike, great job on your project. I've gone ahead and looked through your codebase and made a few changes/improvements:
Good luck and have a nice week ahead!
This project allows Government agencies to create tendering procedures through a solicitation to participate in a tender using ALGO smart contracts. The smart contract contains additional fields: due date for submission and the link to the official tendering documentation. Government Agency set a maximum price they wish to pay for a certain service and call bidders to participate in the tender at that maximum price. By accepting the smart contract, the private companies enter the pool of companies that will be able to send their proposals to the Government entity as they comply with the basic requirements of the contracting authority.
A simulation of a gadget store where you buy, sell modify your gadgets and freebies are granted based on how often a user buys gadgets on the Dapp.
Hello @Samm_47, here are the changes I've made:
Good luck and have a nice rest of your week!
I built on the market place with additional functionalities. Search Functionality and Sorting by Price. Usage Search: Users can type a product name into the search bar to filter the product list. The list updates dynamically with each keystroke. Sort: Users can click either the "Sort Ascending" or "Sort Descending" button to reorder the product list based on price.
**AlgoHall** `Get updated about the latest happening on the Algorand ecosystem` Algohall is a decentralised micro blogging platform where Algorand enthusiasts can post and also get updates about the Algorand ecosystem from. Users can carry out the following actions with **AlgoHall**: - Post new update about the Algorand platform - Read updates posted by others on the platform - Support a post with Algo coins to encourage authors to post more often Below is the GitHub link containing the project code and a link to test the project.
Hey princeibs, cool idea and implementation. I've gone ahead and looked through your smart contract and made a few changes:
Overall great job and have a nice weekend ahead!
Realtor is a real estate dapp. people can upload properties for sale and other users can buy and like them
Hello @kingokonn, great job on your project. I've gone ahead and looked through your smart contract and made two bug fixes and a few other changes:
Good luck and have a nice week!
his is a web application for Pizza Pap which is a pizza selling venture, that shows details about the services and different pizza they sell, their menu and also allows customers to order online for their preferred pizza depending on size, crust they need and also allows them to input a location which they would love the pizza to be delivered to. BDD-STEPS Behaviour Input Output Select pizza flavor : Chiken Tika Chicken Tika, Select piza size large : medium, small large Select Crust : Either cripsy, stuffed or glutten-free glutten-free Select toppings : check all the topppings you want toppingss Enter delivery details : Your name, phone number and delivery location Press CheckOut : We have recieved your order and it will be delivered to you with your name, place of delivery. feedback and contributions welcomed
Hello @Edobosolomon, great job on your problem. I've gone ahead and looked through your codebase and found a few issues:
Good luck and have a nice week ahead!
Pokemon marketplace is built on the Algorand block-chain it facilitates buying, selling and transfering of pokenmon cards. A little help from feedback on a better way to change the owner of a pokemon card(application) will be appreciated.
Hello @Server1, good job on finishing the course. I've gone ahead and looked through your smart contract and found a few issues:
I'd suggest you deploy a website and update the necessary variables in the constant.js file to reflect the addition of the owner variable(you only need to add one to the globalBytes variable). Good luck and have a nice week ahead!
In this Dapp, I created an event booker where users can upload their events like parties and extras and have others book events, they also have the ability to sell the tickets as they wish, the owners of the tickets can also delete the ticket from the blockchain. this was built on the algorand blockchain
Hello @Emma360, I've gone ahead and looked through your smart contract and made the following changes:
I'd suggest you implement the necessary UI/ front end changes to reflect those changes. Good luck and have a nice week ahead!
Car-spot is a simple NFT-like platform where users can upload their cars and make it in form of a post. Other users can like or dislike it to any degree of their choice. And they can also choose to buy the car and the ownership is transferred to whoever buys it. Looking forward to your thoughts on what I should improve
Hello @Oliem, great job on your project. I've gone ahead and made some bug fixes/changes:
Good luck and have a nice week ahead!
Picturea is a dapp that helps people to sell their high quality pictures to other users. it is built with algorand after completing the algorand tutorial.
Hello @agtmaurice, great job on finishing the course. I've gone ahead and looked through your project and found a few issues:
I'd suggest you implement the new functionalities on the frontend and fix the current ones as some of your functions seem to throw errors. Good luck and have a nice week ahead!
Everyone loves animals and this dapp(built on the ALGO blockchain) enables lovers of animals have access to animals that they can adopt. First owners of animals can create an animal profile so as to enable the continuity of the platform. Users of the platform have the opportunity to adopt these animals and it becomes theirs and then the owners of the animals have the ability to release the animal. This ensures this system works without any human interruption. This was a revamp of my celo101 submission
Hello @anthony, good job on finishing the course. I've gone ahead and looked through your code and found 2 bugs/1 minor improvement:
Good luck and have a nice weekend ahead.
Farmscribe is a pure decentralized application where the users of the application can upload their products and then have it bought by other users of the dapp. Owners of products have the ability to also edit the quantity of the product
Hello @Maachi, good job on finishing the course. I've gone ahead and looked through your smart contract and made a few changes/fixes:
Good luck and have a nice week ahead!
its a vintage marketplace where users can buy and sell old vintage original watches. Owners of watch can change the image and description of their watch
Hello @maryjobs, great job on your project. I've looked through your files and made a few fixes:
Good luck and have a nice week!
Simple DApp that allows user to buy meal from multiple Restaurants at the same time. The dapp uses two contracts, the meal contract, where information about the meal is stored and the order contract which stores the order information for the user. User's can add their own stores and payment are made to a the foodiz hub payment address which is defined in the order contract. Live demo here (included) feedback welcomed
Hello @francess, cool idea and implementation. I've gone ahead and looked through your smart contract files and made a few changes:
Overall, great job and have a nice weekend ahead!
### Algo Mentor - A dapp to get mentorship from experts - Users can add themselves as mentor - Other users can view and buy mentorship in hourly basis - Users can rate the mentor after buying - Users can support the mentor in the form of donations - Mentors can also change their pricing according to the demand
Hello @Kishore, great job on your project. I've tested your dapp and looked through your codebase and made a few improvements:
Overall great job and sleek UI. Good luck and have a nice rest of your week!
BooksVille is an online market place where you can purchase books and still rate if you like or dislike the book.Your feedback on why it cannot add a book successfully will be highly appreciated.
Hello @Tevin, great job on your project. I've gone ahead and looked through your smart contract and made a few changes/fixes:
Good luck and have a nice weekend ahead!
Algo wear is an algorand dapp that enables people purchase clothes on the algorand blockchain. 1. The owner of the dapp can apply discounts to his/her item when the discount is 0 it means no discount is applied. 2. Also owners of items can update the stock incase it runs out. 3. Owners of items can also change the discount on items as they see fit 4. Once an item runs out, it cant be bought until the owner updates the stock
Hey @Patra, great job on your Dapp. Here are the changes I've made after testing your Dapp:
Good luck and have a nice rest of your week!
Dacade is an open-sourced platform and is created in collaboration with multiple contributors. Go to the repository to start contributing.