GithubHelp home page GithubHelp logo

capitaltwo2's Introduction

captwo-png

Capital Two Bank - A Full Stack Solo Project

Intro

Thank you for taking the time to check out my website. For this application, I wanted to challenge myself by dealing with a more complex database structure. So, I decided to clone my personal bank: Capital One. Banks can seem simple to use by a user, but there is so much going on in the background. Actually, keeping the UX seamless and effortless was one of my primary goals. I did take liberties in changing how the original site looked and felt in an effort to achieve that goal. And, as you can see, the UI is extremely clean and simple, which makes the website look and feel beautiful. Please enjoy!

Check it out on Render: https://capitaltwo.onrender.com/

Allow a few minutes for the server to start up. Again, thank you so very much...I truly do appreciate your time.

Technologies Used:

  • React.js
  • Redux
  • Flask
  • Socket.IO
  • Google Maps API
  • SQLite3
  • SQLAlchemy
  • PostgresSQL
  • Node.js
  • Languages: Python, Javascript, JSX, HTML, CSS

Creating a Savings Account:

captwo-gif1

Adding more money to an account:

captwo-gif2

Moving funds to your other accounts:

captwo-gif3

Transfering money to other users:

captwo-gif4

Future Goals

  • Credit Card Accounts
  • Auto Loans
  • AI powered help chat
  • Bill Pay

How To Install This Web Application Locally

Just follow the steps below to run this app on your computer.

Getting started

  1. Clone this repository to your local computer

  2. Install dependencies

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

  4. Make sure the SQLite3 database connection URL is in the .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, checkout the README inside the react-app directory.

  7. Enjoy!

capitaltwo2's People

Contributors

aa-assessment-project-manager[bot] avatar appbk avatar juvie3 avatar

Watchers

 avatar

capitaltwo2's Issues

Auto Loans

Add auto loans with new table and new account details page.

Credit Application

Create a multi-page credit application with a new table, and new accounts details page.

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.