Skip to content

Commit

Permalink
[Muhideen Mujeeb] - Sage - Build a simple Forum Dapp with Flutter on …
Browse files Browse the repository at this point in the history
…CELO (celo-org#594)

* added content in markdown format

* resolve build error

* fixed

---------

Co-authored-by: Viral Sangani <[email protected]>
  • Loading branch information
Mujhtech and viral-sangani authored Feb 2, 2023
1 parent 5290364 commit df8b2c3
Show file tree
Hide file tree
Showing 8 changed files with 1,156 additions and 0 deletions.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/data-tutorials/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1555,13 +1555,21 @@ const Users: User[] = [
website: 'blog/tutorials/an-introduction-to-layer-1-and-layer-2-blockchain-protocols',
tags: ['celosage'],
},
{
title: 'Build a Simple Forum Dapp with Flutter on Celo',
description: 'In this tutorial, we will guide you through the process of writing and deploying a simple forum smart contract on the Celo network, and then using Flutter to build a user-friendly interface for interacting with the contract.',
preview: require('./showcase/intermediate/build-a-simple-forum-dapp-with-flutter-on-celo.png'),
website: 'blog/tutorials/build-a-simple-forum-dapp-with-flutter-on-celo',
tags: ['celosage', 'flutter'],
},
{
title: 'Build a generic staking dapp using Foundry and NextJs',
description: 'Compiling, testing and deploying contracts using foundry with frontend using Nextjs',
preview: require('./showcase/advanced/build-a-generic-staking-dapp-using-foundry-and-nextjs.png'),
website: 'blog/tutorials/build-a-generic-staking-dapp-using-foundry-and-nextjs',
tags: ['celosage', 'advanced', 'smartcontract', 'solidity', 'nextjs', 'materialui', 'react'],
},

/*
Pro Tip: add your site in alphabetical order.
Appending your site here (at the end) is more likely to produce Git conflicts.
Expand Down

0 comments on commit df8b2c3

Please sign in to comment.