An open API service indexing awesome lists of open source software.

https://github.com/hanan467/crowdfunding

This is a crowdfunding platform built with php where users can create campaigns to raise funds for various projects. Users can browse existing campaigns, pledge funds to support them, and track the progress of campaigns they are interested in.
https://github.com/hanan467/crowdfunding

bootsrtap5 mysql php

Last synced: 3 months ago
JSON representation

This is a crowdfunding platform built with php where users can create campaigns to raise funds for various projects. Users can browse existing campaigns, pledge funds to support them, and track the progress of campaigns they are interested in.

Awesome Lists containing this project

README

        

# crowdfunding
This is a crowdfunding platform where users can create campaigns to raise funds for various projects. Users can browse existing campaigns, pledge funds to support them, and track the progress of campaigns they are interested in.

## Features

- **User Authentication:** Users can sign up, log in, and log out securely.
- **Campaign Creation:** Authenticated users can create new campaigns by providing details such as title, description, funding goal, and category.
- **Campaign Listing:** Users can browse existing campaigns, view their details, and pledge funds to support them.
- **Transaction History:** Users can view the transaction history of campaigns they have created.
- **Progress Tracking:** Each campaign displays the amount raised compared to the funding goal, allowing users to track the campaign's progress visually.
- **Admin Approval:** Campaigns created by users are subject to approval by an admin before they are listed on the platform. Admins have the authority to approve or reject campaigns based on their suitability and adherence to platform guidelines.

## Technologies Used

- **Frontend:** HTML, CSS, JavaScript (with Bootstrap for styling)
- **Backend:** PHP
- **Database:** MySQL
- **Web Server:** Apache

## Pages

![image](https://github.com/Hanan467/crowdsfunding/assets/123656973/d492ad85-dcf3-4efb-8a89-0a558640c9f7)
![image](https://github.com/Hanan467/crowdsfunding/assets/123656973/8ff1928b-f34e-4e7d-9d96-050f9f5e1279)
![image](https://github.com/Hanan467/crowdsfunding/assets/123656973/e1904a49-a13d-405f-8eef-68af7201f878)
![image](https://github.com/Hanan467/crowdsfunding/assets/123656973/3dd018a1-1ddf-43fb-944c-177735e9ea5e)
![image](https://github.com/Hanan467/crowdsfunding/assets/123656973/1d859a35-aecd-4b53-8780-dca5348ebfe3)
![image](https://github.com/Hanan467/crowdsfunding/assets/123656973/4dfa8d80-0995-4798-b26c-a3c80b6e2750)