Empowering Caregivers and Supporting Needy Children Worldwide
Charity Jet is a global online donation platform dedicated to providing essential resources such as food, water, healthcare, and education to underprivileged children. Our mission is to empower caregivers by offering them the tools, resources, and support they need to care for children with compassion, integrity, and excellence.
- Secure Donation System: A simple and secure way for users to donate and support the cause, ensuring transparency and trust.
- Caregiver Resource Center: A dedicated space for caregivers to access best practices, resources, and support for child care.
- Child Welfare: Direct support for basic necessities such as food, water, medical care, and education for children in need.
- Social Media Integration: Seamless integration with major social media platforms to help spread the word and increase engagement.
- Google Sheets Integration: Donations and caregiver/child support data are tracked and managed in Google Sheets for easy access and reporting.
index.html
: The homepage with navigation links to other sections, featuring donation options, current campaigns, and key organizational details.about.html
: Describes the organization’s mission, vision, and the team behind Charity Jet.donate.html
: Provides an easy-to-use interface for users to make donations securely through multiple payment methods.contact.html
: Contact information and an embedded form for visitors to reach out to the organization with queries or feedback.
- Google Sheets Integration: Handles backend data storage and tracking of donations and caregivers.
script.js
: Core JavaScript file responsible for donation logic, form validation, and interactions between the user and Google Sheets.
style.css
: Main stylesheet for custom visual styling of pages.- Font Awesome: For rich iconography throughout the website.
- Bootstrap: Framework used for creating a responsive, mobile-friendly design across devices.
- HTML5: For the structure of the web pages.
- CSS3: To style and visually enhance the application.
- JavaScript(Jquery): Implements functionality such as form validation and interaction with Google Sheets for tracking donations.
- Bootstrap: A CSS framework that ensures a responsive and sleek design across different devices.
- Google Sheets API: Used to track and manage data on donations, caregivers, and children supported.
- Font Awesome: Provides scalable vector icons for user-friendly interface elements.
To run the project locally:
-
Clone the repository:
git clone https://github.com/alokgarg003/charity-jet.git
-
Navigate to the project directory:
cd charity-jet
-
Install dependencies:
Runnpm install
(if required for backend functionality or other dependencies). -
Open the
index.html
file in a web browser to view the application.