This project is a website for सीताराम सेवा संस्थान (Sitaram Seva Sansthan), an NGO dedicated to supporting breast cancer patients and raising awareness. The website is built using Next.js and React, with Tailwind CSS for styling.
Before you begin, ensure you have the following installed on your local machine:
- Node.js (v14.0.0 or later)
- npm (v6.0.0 or later)
-
Clone the repository:
git clone https://github.com/your-username/sitaram-seva-sansthan.git
-
Navigate to the project directory:
cd sitaram-seva-sansthan
-
Install the dependencies:
npm install
To start the development server, run:
npm run dev
Open http://localhost:3000 with your browser to see the result.
app/
: Contains the main page componentcomponents/
: Contains reusable React componentspublic/
: Stores static assets like images
Header
: Website header with logo, navigation, and donate buttonImageCarousel
: Displays a carousel of images with descriptionsMissionStatement
: Shows the organization's missionServiceGrid
: Displays information about services and eventsFooter
: Website footer
We welcome contributions to improve the website. Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License. See the LICENSE
file for details.