Giter Site home page Giter Site logo

avinashyadav16 / fundfusion-crowdfunding-project Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.96 MB

Crowdfunding platform project development for the course of web tech.

License: GNU General Public License v3.0

PHP 100.00%
crowdfunding mysql mysql-database mysqli php phpmyadmin xampp-server

fundfusion-crowdfunding-project's Introduction

FundFusion - A Crowdfunding Platform

FundFusion is a crowdfunding platform designed to connect project creators with backers who are interested in supporting innovative ideas and initiatives.
Whether you're a creative individual, a startup, or a non-profit organization, FundFusion provides a platform to showcase your projects and raise funds from a community of supporters.

Features

  • Project Creation: Users can create projects by providing detailed descriptions, images, deadlines and funding goals.
  • Backer Contributions: Backers can browse projects and contribute funds to support the ones they are interested in.
  • Connection: Backers and Creators can follow each other and projects of thier choice.
  • Project Updates: Project creators can provide updates to backers about the progress of their projects.
  • Search and Filter: Users can search for projects based on categories, keywords, or popularity.

Installation

  1. Clone the repository: git clone https://github.com/avinashyadav16/FundFusion-Crowdfunding-Project.git
  2. Navigate to the project directory: cd FundFusion-Crowdfunding-Project
  3. Add config.php into FundFusion-Crowdfunding-Project/config/ folder with the following content:
<?php
# In "config.php"
# DB configuration
define('DB_NAME', 'crowdfunding');
define('DB_USER', 'USERNAME');
define('DB_PASSWORD', 'PASSWORD');
define('DB_HOST', 'localhost');
  1. Import the database schema from database.sql file into your MySQL database.
  2. Configure your web server to point to the project directory.
  3. Access the website through your web browser.

Usage

  1. Create an account or log in if you are an existing user or browse as an guest through all the projects.
  2. Browse through the list of projects or use the search and filter options to find projects of interest.
  3. Contribute funds to support the projects you are passionate about.
  4. Keep track of project updates project creators.
  5. Project creators can manage their projects, communicate with backers, and provide updates through their dashboard.

fundfusion-crowdfunding-project's People

Contributors

avinashyadav16 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.