Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.86 KB

README.md

File metadata and controls

68 lines (46 loc) · 1.86 KB

सीताराम सेवा संस्थान (Sitaram Seva Sansthan) Website

Overview

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.

Prerequisites

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)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/sitaram-seva-sansthan.git
    
  2. Navigate to the project directory:

    cd sitaram-seva-sansthan
    
  3. Install the dependencies:

    npm install
    

Running the Development Server

To start the development server, run:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

  • app/: Contains the main page component
  • components/: Contains reusable React components
  • public/: Stores static assets like images

Key Components

  • Header: Website header with logo, navigation, and donate button
  • ImageCarousel: Displays a carousel of images with descriptions
  • MissionStatement: Shows the organization's mission
  • ServiceGrid: Displays information about services and events
  • Footer: Website footer

Contributing

We welcome contributions to improve the website. Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

License

This project is licensed under the MIT License. See the LICENSE file for details.