Code Monkey home page Code Monkey logo

my-budget's Introduction

My Budget

My first project written in June-July 2015.

Things that work:

  • registration
  • registration form's validation
  • login
  • password hashing
  • income/expenses: user can view this week's and this month's income/expenses
  • income/expenses: user can log his income and expenses based on categories (Ajax is used to avoid page reloading)
  • responsive design (screenshots below)

Technologies used: PHP, Symfony2, Bootstrap, jQuery, Ajax, MySQL.

Screenshots

Expenses page:

Expenses page

Income page (mobile view):

Income page mobile

Registration page:

Registration page

Registration page (mobile view):

Registration page mobile

Login page:

Login page

Login page: (mobile view):

Login page mobile

Instructions how to run the project (for Ubuntu)

  1. clone the repository

  2. update Ubuntu repositories:

    sudo apt-get update

  3. go the the project directory and install composer (for non Ubuntu systems check the documentation):

    sudo apt install composer

    sudo apt-get install php7.0-xml

    composer update

    After that you will be asked to provide missing parameters, such as: database_name, database port (3306), etc.

  4. install mysql-server:

    sudo apt-get install mysql-server

  5. create the database with matching database_name from step 3

    CREATE DATABASE <database_name>

  6. Install php-mysql driver:

    sudo apt-get install php-mysql

  7. run migrations:

    php app/console doctrine:schema:update --force --complete

  8. run the server:

    php app/console server:run

Click on the url in the console. Registration window will open. After registration user is redirected to /login page. He can login to his account, log his expenses/income and logout. If user is already registered, he can go directly to /login page.

my-budget's People

Contributors

viktorija8902 avatar

Watchers

James Cloos avatar  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.