Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.5 KB

Introduction

It's an online voting system that allows users to vote for their favorite candidate in elections. The system is designed to be secure, transparent, and easy to use. provides a user-friendly interface that makes it easy for voters to cast their votes and tally the results.

Features

  • User-Friendly Interface: Easy-to-navigate platform suitable for users of all ages.
  • Real-Time Results: View voting outcomes as soon as votes are cast.
  • Interactive Visualizations: Explore voting trends through dynamic charts and graphs.

Technologies

PollPower is built with the following technologies:

  • Next.js: A powerful React framework for building fast and scalable web applications.
  • Tailwind CSS: A utility-first CSS framework for creating custom designs without writing CSS.
  • Prisma: A next-generation ORM for Node.js and TypeScript.
  • React Chart: A library for creating dynamic and interactive charts in React.

Installation

To get started, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/PollPower.git
    cd PollPower
  2. Install the dependencies:
    npm install
  3. Set up the database: Configure your database settings in the .env file. You can use the .env.example file as a template.
  4. Run the development server:
    npm run dev

License

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