Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.77 KB

File metadata and controls

76 lines (51 loc) · 2.77 KB

VotingAppTask

A simple web application for managing votes with two user interfaces: admin/sub-admin and user.

Features

User Interface

  • Users can vote.
  • Users can log out of the session.

Admin/Sub-admin Interface

  • Admin can view:

    • Total votes cast.
    • List of users who voted.
    • Number of registered users.
    • Number of currently active logins.
  • Admin can create a sub-admin to access the admin panel.

  • Admin can delete sub-admins and users.

Getting Started

Prerequisites

  • Node.js and npm installed (version X.X.X).
  • Other dependencies...

Installation

Installation

  1. Clone the repository: git clone https://github.com/rahulgupta1432/VotingAppTask.git
  2. Navigate to the project directory: cd VotingAppTask
  3. Install dependencies: npm install

Usage

  1. Run the application: npm start
  2. Open your browser and navigate to http://localhost:3301

Screenshots

[Include screenshots or GIFs to showcase your application's UI and features.] image image image image image image image image

Here is the PDF. The task was assigned to me.

Voting App.pdf

Contributing

Thank you for contributing to the VotingAppTask! Your help is greatly appreciated.

Acknowledgments

This task was assigned by JForce Solution, and I completed it with significant modifications.

References