/blossom

Blossom serves as a platform for crowdfunding, charity, donations, volunteer services and organizing events

Primary LanguageJavaScriptMIT LicenseMIT

Blossom

Cultivating Change through Compassion

Home1

Pages

Directory Structure

.
├── client/
│   ├── node_modules
│   ├── src/
│   │   ├── assets
│   │   ├── components
│   │   ├── config
│   │   ├── data
│   │   ├── hooks
│   │   ├── pages
│   │   ├── utils
│   │   ├── App.jsx
│   │   ├── App.scss
│   │   ├── index.jsx
│   │   └── *
│   ├── public
│   ├── Dockerfile
│   ├── index.html
│   ├── .dockerignore
│   ├── .env
│   ├── .gitignore
│   └── *
├── server/
│   ├── __tests__
│   ├── config
│   ├── controllers
│   ├── cronjobs
│   ├── events
│   ├── helpers
│   ├── middlewares
│   ├── models
│   ├── routes
│   ├── services
│   ├── templates
│   ├── .dockerignore
│   ├── Dockerfile
│   ├── server.js
│   └── *
├── docker-compose.yaml
├── LICENSE
└── README.md

Landing

Home1

Home2

Home3

The introductory page featuring an overview of the platform and key features.

Register and Login

![Reg1](https://github.com/user-attachments/assets/0a1651bc-2cf9-488e-8ba4-2c8e5d9bbfc4) ![Reg2](https://github.com/user-attachments/assets/9ff90eb2-7988-413b-9139-5504c5d6be07) The page where users can sign up for an account by providing their details or login if they already have an account.

Home Page

Fundlist

The main dashboard displaying the available fundraises, profile card, recommended profiles, and navigation options.

Create Fundraise and Event

Create1

Create2

For initiating the creation of a fundraising campaign or events

Details of Fundraise and Event

Fund

Event

A detailed view page for individual fundraises or events, providing comprehensive information and updates. Fundraise page gives a donation option to redirect to Stripe Checkout and Payment Verification. The receipt for successful transaction is sent to user's email address along with a follow up.

Events Page

Events

A page showcasing a list of upcoming and past events with details and attending options and other attendees.

Feeds Page

Feeds

A real-time stream of updates, posts, and interactions from other users and events.

User Profile

Profile1

Profile11

Profile2

A profile page displaying personal information, public details, and statistics of user activities.

Author : Suman Roy Built with ❤️