Skip to content

This is a mobile application built in React and Rails that allows users save bank account details.

Notifications You must be signed in to change notification settings

onedebos/owonikoko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a mobile application built in React and Rails that allows users save bank account details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published