Skip to content

The next-gen crowdfunding platform. Made with React, Solidity Smart Contracts, and ThirdWeb - This simple crowdfunding application allows users to back projects through the Blockchain and Ethereum.

Notifications You must be signed in to change notification settings

Ashi-00/Crowdfunding-Platform

 
 

Repository files navigation

React, Web3.0 Crowdfunding-Platform (Variant 1)

The next-gen crowdfunding platform. Made with React, Solidity Smart Contracts, and ThirdWeb - This simple crowdfunding application allows users to back projects through the Blockchain and Ethereum.

The flow is simple. A user connects their MetaMask wallet, then can create a campaign. Campaigns then can be backed by other users, using their wallet and Ethereum.

NEW - Variant 2 Under Development

This site variant brings a sticky navbar, footer, and modern content displays.
Click the image below to browse this GitHub branch.

Client Technologies Used

  • ThirdWeb / Ethers - Connectivity between Thirdweb smart contracts and MetaMask wallet
  • React - Client side rendering UI and components
  • ReactDOM - provides DOM-specific methods that can be used at the top level of your app
  • React-Router-DOM - Handles the routing and paths for pages
  • ViteJS - the default project management system for building the application
  • AutoPrefixer - CSS parser and vendor CSS management
  • PostCSS - CSS-in-JS and styles in JS objects.
  • TailwindCSS - Frontend CSS service

Web3 Technologies Used

  • Hardhat - Ethereum development environment. Compile your contracts and run them on a development network
  • DotENV - Handles the system environment variables

Future Improvements

  • Better user-authentication methods. Implimentation of a user-account model before the connection of MetaMask.
  • Payment withdrawl functionality. Once users' have completed a campaign, the withdrawl of funds to their PayPal / Bank account.
  • Campaign list sorting. Ability to view by date, and their highest and lowest funding totals.
  • Better user profiles. With more customization options and personality.

Things That Kicked My Boo-tay

  • Handling the Solidity contract was majority of the brainache I received. I'm still navigating Solidity, and have a long way to go in order to fully understand it.
  • Handling the page routing was another pain in the ***. While they function, a re-write of the routing situation is going to happen down the line.

View Code Statistics

Want to see exactly how much time was spent on each file, along with detailed project timing information?
Check this link to view the entire code-time statistics.

View Entity Relationship Diagram

Click me to browse the Smart Contract entity diagram

Wireframe (Figma)

Click the link below to view the Figma Design wireframe. The application was built from these page contraints.
Click me to view wireframes

View The Demo

Click the link below to view live demo website.
Browse the demo website

About

The next-gen crowdfunding platform. Made with React, Solidity Smart Contracts, and ThirdWeb - This simple crowdfunding application allows users to back projects through the Blockchain and Ethereum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • Solidity 4.6%
  • CSS 1.2%
  • HTML 1.2%