Skip to content

oggy107/crowd-surge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowd Surge

A minimalistic crowd funding web app


image

Features

  • Create new campaigns
  • Support existing campaigns by funding ether (ETH)
  • Minimalistic UI
  • Mobile responsive

Tech Stack

  • Frontend

    • Typescript
    • React
    • Vite
    • Tailwind
    • Ethers.js
  • Backend

    • Ethereum
    • Hardhat

Note: Currently only deployed on sepolia and goerli ethereum test networks


Running Locally


  • Clone the repository

    $ git clone https://github.com/oggy107/crowd-surge.git
    
  • Install Dependencies

    $ cd crowd-surge
    $ cd client
    $ yarn
    
  • Run the development server

    $ yarn dev
    
  • If you need to develop smart contract install dependencies in web3 subfolder

    $ cd web3
    $ yarn