Coder Social home page Coder Social logo

cpualei / splitzy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ukiukica/splitzy

0.0 0.0 0.0 1.49 MB

Bill-splitting full-stack web application.

Home Page: https://splitzyapp-fd4923ca97e0.herokuapp.com/login

Shell 0.02% Python 56.58% CSS 39.63% HTML 0.42% Mako 0.61% Dockerfile 2.75%
css3 flask git github heroku html5 postgresql python reactjs redux sqlalchemy

splitzy's Introduction

splitzy

A full-stack bill-splitting application.

splitzy 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/add comments to existing bills. To make use of these features, users are required to sign up for an account.

LIVE LINK: https://splitzyapp-fd4923ca97e0.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

splitzy's People

Contributors

dannytoan avatar cpualei avatar ukiukica avatar oliviabir 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.