Skip to content

GigaPol is a decentralized voting application that empowers users to participate in secure and transparent voting using blockchain technology. The application is built with React.js, Tailwind CSS for the frontend, and a Solidity smart contract for decentralized and tamper-proof voting.

Notifications You must be signed in to change notification settings

LinuxKunaL/Voting-Dapp

Repository files navigation

GigaPol - Decentralized Voting App

GigaPol is a decentralized voting application that empowers users to participate in secure and transparent voting using blockchain technology. The application is built with React.js, Tailwind CSS for the frontend, and a Solidity smart contract for decentralized and tamper-proof voting.

Features

  • Decentralized Voting: GigaPol utilizes blockchain technology to ensure transparent and secure voting.
  • React.js Frontend: The frontend of the application is built using React.js, providing a modern and responsive user interface.
  • Tailwind CSS Styling: Tailwind CSS is employed for styling, offering a highly customizable and utility-first approach.
  • Solidity Smart Contract: The backend is powered by a Solidity smart contract, enabling decentralized and trustless execution of the voting process.

screenShots

Screenshot from 2023-12-09 01-54-10 Screenshot from 2023-12-09 01-54-15 Screenshot from 2023-12-09 01-54-20 Screenshot from 2023-12-09 01-54-27

Getting Started

Prerequisites

  • Node.js: Download and Install Node.js
  • npm (Node Package Manager): Included with Node.js installation
  • Truffle: Install globally using npm install -g truffle

Installation

  1. Clone the repository:

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

    cd gigapol
  3. Install dependencies:

    npm install
  4. Compile and deploy the smart contract:

    truffle migrate --reset
  5. Start the application:

    npm start
  6. Open your browser and visit http://localhost:3000 to explore GigaPol.

Usage

  • Users can participate in decentralized voting by interacting with the intuitive user interface.
  • The Solidity smart contract ensures the integrity and transparency of the voting process.

Contributing

Contributions are welcome! If you'd like to contribute to GigaPol, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Submit a pull request.

License

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

Acknowledgments

  • Special thanks to the open-source community for providing tools and libraries that make GigaPol possible.
  • Inspired by the vision of decentralized and transparent governance.

About

GigaPol is a decentralized voting application that empowers users to participate in secure and transparent voting using blockchain technology. The application is built with React.js, Tailwind CSS for the frontend, and a Solidity smart contract for decentralized and tamper-proof voting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published