Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enmarcm/bidanalyzer

A full-stack application that allows users to upload encrypted Excel files containing bids. The application uses a private key for encryption and a public key for decryption, analyzes the bids, and identifies the lowest price to determine the winning bid.
https://github.com/enmarcm/bidanalyzer

Last synced: about 2 months ago
JSON representation

A full-stack application that allows users to upload encrypted Excel files containing bids. The application uses a private key for encryption and a public key for decryption, analyzes the bids, and identifies the lowest price to determine the winning bid.

Awesome Lists containing this project

README

        

# Bid Analyzer

Welcome to the **Bid Analyzer** repository! This project is a full-stack application that enables users to upload encrypted Excel files containing bids. The application utilizes a private key for encryption and a public key for decryption, analyzes the bids, and identifies the lowest price to determine the winning bid. The project is built using TypeScript for enhanced type safety.

## Features

- Upload encrypted Excel files containing bids
- Decrypt files using a public key
- Analyze bids to find the lowest price
- User-friendly interface built with React
- Backend support for file handling and decryption
- TypeScript for improved type safety and developer experience