Welcome to the Crowdfunding DApp, a decentralized application for fundraising projects using React and Solidity.
The Crowdfunding DApp allows users to create and contribute to crowdfunding projects. Each project has a unique name, description, funding goal, and other details. Contributors can donate Ether to support the projects, and the DApp displays a list of contributors along with their addresses.
To run the Crowdfunding DApp locally, follow these steps:
-
Clone the repository:
git clone https://github.com/flenex-io/CrowdFunding-Dapp.git
-
Change the repo:
cd Crowdfunding-Dapp
-
Install the dependencies:
npm i
-
Run the project:
npm start