A Streamlit application for managing and displaying entries from a CSV file.
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Run the application:
streamlit run src/app.py
- CSV file upload
- JSON conversion
- Entry display
- Search and filtering
Run tests using: python -m unittest discover tests