Skip to content

ukiukica/splitzy

Repository files navigation

splitzy

splitzy - an original application based off Splitwise - is a full stack application that provides users the ability to search and add other users as friends and bill them for their dues. Users also have the ability to make notes or add comments to existing bills. To make use of these features, users are required to sign up for an account.

LIVE LINK: https://splitzy-app.herokuapp.com/login


Technologies Used

JavaScript React Redux HTML5 CSS3 Heroku Python Flask Postgresql

Building the App

  1. Clone the main repository

    git clone https://github.com/ukiukica/splitzy.git
  2. Install the dependencies

    pipenv install --dev -r dev-requirements.txt && pipenv install -r requirements.txt
  3. Create a .env file based on the example with proper settings for your development environment

  4. Setup your PostgreSQL user, password and database and make sure it matches your .env file

  5. Get into your pipenv, migrate your database, seed your database, and run your flask app

    pipenv shell
    flask db upgrade
    flask seed all
    flask run
  6. To run the React App in development, checkout the README inside the react-app directory.


Application Architecture

splitzy is built with Flask (backend), React and Redux (frontend), and PostgresSQL (database).


Future Features

We plan to refactor our code to create a dynamic single page application that will mirror that of Splitwise. Refactoring our code will provide enhanced efficiency, fetching required information from the Redux store rather than from backend routes. Our bonus feature, transactions, will also be something to consider including in our splitzy app. More features we plan on implementing is the ability to settle a bill and the ability to subtract from a bill's amount based on recorded payments.


Demo Screens

Splash

ezgif com-gif-maker (20)

Add an expense

ezgif com-gif-maker (22)

Edit existing expense

ezgif com-gif-maker (23)

Add and edit comment

ezgif com-gif-maker (24)

Search and add users as friends or unfriend

ezgif com-gif-maker (26)

About page

ezgif com-gif-maker

Contact Us

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •