This project is a Streamlit application that provides information about the end-of-life (EOL) status of various technologies. It fetches data from the EndOfLife API and visualizes it using interactive charts.
- Select a technology from a dropdown menu.
- View detailed information about specific versions.
- Visualize EOL status with color-coded bar charts.
- Python 3.x
- Streamlit
- Requests
- Pandas
- Plotly
- Run the application: “`bash streamlit run eof.py “`
- Open the provided URL in your browser.
- Select a technology and explore its EOL information.
This project is licensed under the MIT License.