Skip to content

Visnu-Pandian/HenHacks-2025

Repository files navigation

HenHacks-2025

Our project.

Project Summary

HenHacks-2025 is a web application designed to facilitate file uploads and processing. The application allows users to drag and drop files or select files manually for upload. It supports .ics files and provides feedback on the upload status. The project is built using Flask, a lightweight web framework for Python, and includes the following features:

  • Drag and drop file upload
  • Manual file selection
  • File type validation (only .ics files are allowed)
  • Asynchronous file upload with progress feedback
  • User-friendly interface with clear instructions and status messages

The application is structured with a focus on simplicity and ease of use, making it an ideal solution for handling file uploads in a web environment.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/HenHacks-2025.git
    cd HenHacks-2025
    
  2. Install the requirements

    pip install -r requirements.txt
    
  3. Run the web-application

    python app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors