Skip to content

nathanyaqueby/streamlit-challenge-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker App 💰

Developed as part of Streamlit's Student Ambassador program. The task is as follows:

This challenge is focused on building and sharing apps that use one of our most recently released features, st.experimental_data_editor!

- Check out the docs for st.experimental_data_editor.
- Upgrade to the most recent version of Streamlit (1.19.0) with pip install streamlit --upgrade or the package manager of your choice.
- Build an app that uses st.experimental_data_editor and share it on Twitter. Don’t forget to tag us!

Streamlit App

This app allows users to track their expenses and visualize them in different types of charts using Streamlit's new editable dataframes feature.

image

Features

  • Add, edit, and delete expenses using Streamlit's new editable dataframes feature.
  • Visualize expenses in pie charts, bar charts, and line charts.
  • Download the dataframes as a csv or excel file.

Releases

No releases published

Packages

No packages published

Languages