Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/enmarcm/bidanalyzer
- Owner: enmarcm
- Created: 2024-01-31T05:49:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T05:06:29.000Z (5 months ago)
- Last Synced: 2024-08-24T02:25:06.082Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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