Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codespaces-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: anurag698/codespaces-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 18 files changed
  • 2 contributors

Commits on Nov 2, 2025

  1. feat: Initial implementation of Voice Bharat platform

    This commit introduces the foundational structure and several key features of the Voice Bharat civic engagement platform, based on the provided design mockups.
    
    Key features implemented:
    - **Project Setup:** Initialized a React project with Vite and configured Tailwind CSS.
    - **Core Layout:** Created a flexible three-column layout with dedicated components for the left and right sidebars, establishing the main application shell.
    - **Social Feed:** Implemented the main social feed, including a post composer and a list of posts, based on the designs.
    - **Raise an Issue:** Built the "Raise an Issue" form, allowing users to create new posts about local or social issues.
    - **Campaign Detail Page:** Created the UI for the campaign detail page, showcasing campaign information and a donation sidebar.
    - **User Profile Page:** Implemented a user profile page that combines user settings and an "Impact Score" section.
    - **Login Page:** Created the UI for the user login page.
    - **Routing:** Set up client-side routing using `react-router-dom` to enable navigation between the implemented pages.
    - **Testing:** Added a basic test suite to ensure the main application components render correctly.
    google-labs-jules[bot] committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    ebc6d2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from anurag698/feat-initial-voice-bharat-implem…

    …entation
    
    feat: Initial implementation of Voice Bharat platform
    anurag698 authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    4bd59cb View commit details
    Browse the repository at this point in the history
Loading