This is a decentralized crowdfunding website built on Ethereum using Solidity and Next.js. It allows individuals and organizations to create fundraising campaigns and raise money for their projects from a global community of supporters.
- Solidity
- React.js
- Next.js
- Create and manage fundraising campaigns
- Donate to campaigns using Ether
- Track the progress of campaigns and donations
- User-friendly interface
- Secure and transparent
To get started with the project, you'll need to have the following installed:
- Node.js
- Yarn or npm
- Clone the repository:
git clone https://github.com/Pranab1109/Crowdify - Install the dependencies:
yarn installornpm install - Start the development server:
yarn devornpm run dev - Open your browser and navigate to
http://localhost:3000
Contributions are welcome and appreciated! If you'd like to contribute to the project, please fork the repository and submit a pull request.