Giter VIP home page Giter VIP logo

allocatr's Introduction

allocatr

โš ๏ธ Work in progress

Allocatr is a web application that helps you track your personal expenses and plan your budget. It allows you to create budgets for different categories such as groceries, rent, entertainment, etc. You can also set spending limits for each category and track your progress throughout the month. Allocatr provides you with a clear overview of your spending habits and helps you make informed decisions about your finances. It's a great tool for anyone who wants to take control of their finances and save money.

  • Expense tracking: Allow users to track their expenses by category and date. This will help them understand where their money is going and identify areas where they can cut back.

  • Budget planning: Allow users to create budgets for different categories such as groceries, rent, entertainment, etc. You can also set spending limits for each category and track your progress throughout the month.

  • Goal setting: Allow users to set financial goals such as saving for a vacation or paying off debt. You can provide them with tools to help them achieve these goals such as a savings calculator or debt payoff planner.

  • Reminders: Allow users to set reminders for upcoming bills or payments. This will help them avoid late fees and keep their finances organized.

  • Reports: Provide users with detailed reports on their spending habits and budget progress. This will help them make informed decisions about their finances and identify areas where they can improve.

Built with Cookiecutter Django Black code style

License: MIT

Features

  • User authentication and authorization
  • Dashboard displaying income, expenses, and savings progress
  • Categorization of income and expenses for easy tracking
  • Budgeting tool to set spending goals and monitor progress
  • Savings goals to help users save for future purchases or events
  • Graphs and charts to visualize financial data

Technologies Used

Basic Commands

Setting Up Your Users

  • To create a normal user account, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.

  • To create a superuser account, use this command:

    $ python manage.py createsuperuser
    

For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.

Type checks

Running type checks with mypy:

$ mypy allocatr

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

$ coverage run -m pytest
$ coverage html
$ open htmlcov/index.html

Running tests with pytest

$ pytest

Docker

See detailed cookiecutter-django Docker documentation.

allocatr's People

Contributors

solomoniosif avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.