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

https://github.com/ddileep01/assngo-website

Empower change with our web platform built on the MERN stack for the NGO Akhanda Seva Samsthan. Discover seamless navigation, donation options, and real-time updates on ongoing projects. Engage with the community, explore impactful stories, and join hands for a better tomorrow. Connect with purpose through the Akhanda Seva Samsthan Website! 🌍🤝
https://github.com/ddileep01/assngo-website

donation-platform landingpage ngo website

Last synced: 5 months ago
JSON representation

Empower change with our web platform built on the MERN stack for the NGO Akhanda Seva Samsthan. Discover seamless navigation, donation options, and real-time updates on ongoing projects. Engage with the community, explore impactful stories, and join hands for a better tomorrow. Connect with purpose through the Akhanda Seva Samsthan Website! 🌍🤝

Awesome Lists containing this project

README

          

# Akhanda Seva Samsthan Website

Welcome to the Akhanda Seva Samsthan (ASS) website repository! This website is built using Next.js, Tailwind CSS, Vercel, and Web3Forms to create a modern and efficient online presence for the NGO.

## Table of Contents

- [Introduction](#introduction)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Project Structure](#project-structure)
- [Deployment](#deployment)
- [Contributing](#contributing)
- [License](#license)

## Introduction

Akhanda Seva Samsthan is a non-profit organization committed to various social causes, and this website serves as a platform to showcase their initiatives, events, and connect with volunteers and supporters. The website aims to provide a user-friendly and informative experience to visitors.

## Technologies Used

- **Next.js**: The website is built using Next.js, a React framework for building fast and scalable applications.

- **Tailwind CSS**: Tailwind CSS is used for styling, providing a utility-first approach for designing the UI.

- **Vercel**: The website is deployed on Vercel, offering a seamless deployment process with automatic scaling and continuous integration.

- **Web3Forms**: Web3Forms is integrated for handling forms on the website, making it easy to collect and manage user data securely.

## Getting Started

To run the project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/ddileep01/ASS_Website
cd ASS_Website
```

2. Install dependencies:

```bash
npm install
```

3. Run the development server:

```bash
npm run dev
```

Visit `http://localhost:3000` in your browser to see the website.

## Project Structure

- **`/pages`**: Contains the Next.js pages for different sections of the website.
- **`/public`**: Houses static assets like images, fonts, etc.
- **`/styles`**: Holds the stylesheets, with Tailwind CSS utilities.
- **`/components`**: Reusable React components used across different pages.
- **`/lib`**: Utility functions, configurations, and integrations.

## Deployment

The website is automatically deployed on Vercel for every push to the main branch. Visit [https://akhanda-seva-samsthan.vercel.app/](https://akhanda-seva-samsthan.vercel.app/) to access the live website.

## Contributing

If you would like to contribute to the project, please follow the [contribution guidelines](CONTRIBUTING.md).

## License

This project is licensed under the [MIT License](LICENSE), which means you are free to use, modify, and distribute the code.

Feel free to reach out if you have any questions or suggestions. Thank you for your interest in contributing to Akhanda Seva Samsthan!