Skip to content

szomer/Web3-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Apps

  • Web3.0 fontend/backend applications
  • The back-end witten in Motoko programming language
  • Running on DFINITY'S The Internet Computer (ICP) general-purpose block-chain.

1. NFT Market Place

A marketplace to browse, buy and sell NFTs. The back end fully manages the NFTs, listings, owners, prices, and is connected to the 2. Potato Token backend canister to handle any transactions made.

  • The front-end created with React framework.
  • Offers session authentication with Internet Identity.

The home page of the NFT market place alt NFT Market Place

Discover page to view and buy peoples NFT listings. alt Discovery page

NFT Minter page to add a NFT to the user's collection. alt Minting NFT Page

The user's NFTs that can be listed for sale on the market place. alt My Collection Page

2. PoTato Token

PoTato Token (TATO) is my own created crypto currency. This application allows users to manage their balance and transfer tokens to other Internet Identity users. Live deployed on block-chain HERE.

  • The front-end created with React framework.
  • Offers session authentication with Internet Identity.

First time loading the application, the user is required to log in with the use of internet identity. alt Authentication with Internet Identity

After successful authentication, the user can manage their tokens. alt PoTato Token App

3. Banking App

Withdraw / Deposit money from a bankaccount.

  • Compound interest formula:

alt Banking App
alt Banking App

4. Keeping Notes App

Create, Store, Read, and Delete notes.

  • The front-end created with React framework.

alt Keeper App