Skip to content

GJoe2/ElectoralSystem_FrontEnd

Repository files navigation

Electorales Project

Requirements

  • Node.js (v16 or higher)
  • npm

Installation and Running

  1. Install dependencies:

    npm install
    
  2. Start the development server:

    npm run dev
    
  3. Open the application: Open the URL shown in the terminal (usually http://localhost:5173) in your browser.

Project Structure

  • src/ : Application source code (components, models, services, types)
  • package.json : Project dependencies and scripts
  • index.html : Main HTML entry point
  • tsconfig*.json : TypeScript configuration files
  • tailwind.config.js, postcss.config.js : Tailwind CSS and PostCSS configuration (if used)

Notes

  • All data is stored in the browser's localStorage. If you clear your browser data or use incognito mode, the information will be lost.
  • No backend or external database is required; everything runs in the browser.

Author

GJoe

About

A simple front end for an electoral system counting system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages