SankatMochanFoundation is a trust website dedicated to the noble cause of cleaning the Ganga River and helping the poor. This Angular project provides a platform to raise awareness, gather support, and share information about the foundation's activities and initiatives.
- Information about the foundation and its mission
- Updates on ongoing and past projects
- Donation platform to support the cause
- Volunteer registration and management
- Blog and news section for latest updates
- Contact form for inquiries and support
- User-friendly and responsive design
Before you begin, ensure you have met the following requirements:
- Angular CLI installed
- Node.js and npm installed
-
Clone the repository
git clone https://ratingrishu.github.io/SankatMochanFoundation/.git cd SankatMochanFoundation
-
Install dependencies
npm install
-
Run the application
ng serve
-
Customize the content
Open the relevant component files (e.g.,
about.component.ts
,projects.component.ts
,donate.component.ts
, etc.) and update them with information about the foundation, its mission, projects, and other relevant details. -
Modify the styles
You can customize the look and feel of the website by editing the CSS/SCSS files to match the foundation's branding.
-
Deploy the website
Build the application for production:
ng build --prod
Deploy the generated
dist
folder to your preferred hosting service (e.g., GitHub Pages, Netlify, Vercel, etc.).
Contributions are always welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you have any questions or feedback, please feel free to contact us at [email protected] .