Code Monkey home page Code Monkey logo

owonikoko's Introduction

OwoNiKoko

In Nigeria, people generally have a number of bank accounts. Remembering all those bank accounts especially for different people can be a battle. Here's a simple app that lets you keep everyone's bank accounts in one place so you can simply go to the app and copy and paste anytime you want to make a transfer or send one of your many account numbers to someone else. This app is designed for mobile view.

video-demo

screenshot

The app includes a Rails API that renders JSON to be consumed by React Views.

Built With

  • Rails
  • React Hooks
  • Context API
  • Axios
  • FontAwesomeIcons
  • JWT
  • React skeleton

Live Demo

Live Demo Link

Front-end Repo

Front end git repo

Getting Started

To get started, follow the instructions below

To get a local copy up and running follow these simple example steps.

  • git clone the frontend repo
git clone https://github.com/onedebos/owonikoko
  • git clone the backend repo if you want to run the server on your local machine. Otherwise, skip the next 3 steps.
git clone https://github.com/onedebos/owonikoko-api
  • cd into the backend repo and install the gems
bundle install
  • run the rails server on port 3001
rails s -p 3001
  • If you decide to run the server locally, cd into the frontend repo. Navigate to src/components/helper/apiUrl.js and change the API_URL string to
http://localhost:3001
  • run
npm install

to install all packages. then

npm start
  • to start the app in the browser.

Prerequisites

  • Make sure to have Rails 6.0 and Ruby 2.5.1

Install

Install the Ruby Gems required by rails

bundle install

Automated Tests

  • Currently, there are no automated tests avaailable for this project. This will be implemented at a later date.

Planned Features

  • A search bar to search through saved accounts.

Authors

๐Ÿ‘ค Adebola

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

๐Ÿ“ License

This project is MIT licensed.

owonikoko's People

Contributors

onedebos avatar

Watchers

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