Our project.
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
.icsfiles 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.
-
Clone the repository:
git clone https://github.com/yourusername/HenHacks-2025.git cd HenHacks-2025 -
Install the requirements
pip install -r requirements.txt
-
Run the web-application
python app.py