Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 947 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 947 Bytes

Expense Tracker

A simple Expense Tracker Website to keep track of all your expense.

Key Features:

  • Supports Multiple User
  • Saves your Expenses

💻 Built with

  • Django
  • Bootstrap

🛠️ Installation Steps

  1. Clone the repository
git clone https://github.com/anubhav-cp/expense-tracker.git
  1. Change the working directory
cd expense-tracker
  1. Install dependencies
pip install -r requirements.txt
  1. Run the Server
python manage.py runserver

You are all set! Open localhost:8000 to see the app.

🍰 Contributing

Pull Requests are always welcome! You can add a cheatsheet on the browser (Anonymously or Singed In). Your cheatsheet will be reviewed and added to the app, also see yourself in contributors.

If you wish to contribute using Github, you can work on any features or create one on your own. After adding your code, send us a Pull Request.