Skip to content

Finally, an alternative solution to painful USSD codes thank to mobile app adapted to the commonly encountered problems.

Notifications You must be signed in to change notification settings

cacybernetic/opentransfer

Repository files navigation

Open Transfer

Financial Application Mobile Payment Ussd Automation Open Transfer

Open Transfer is a standalone mobile application designed to exempt citizens being under a network operator to manually enter codes USSD to carry out their daily tasks in offering them a digital solution with the aim of to automate the composition and launch of USSD codes.

Table of contents

  1. Access links
  2. Final result
  3. Project installation
    1. Nodejs installation
    2. Sources code cloning
    3. Dependencies installation
    4. Project execution

Access link

The official website of Open Transfer may be accessible via the link below :

Final result

This is the final result of the project :

First render Second render Third render Fourth render

Project installation

⚠️ This project uses Vite bundle as javascript server + React. Before run the project, you must install Vite and NodeJS.

Nodejs installation

cd ~;\
sudo apt install curl;\
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash;\
source ~/.bashrc;\
nvm --version;\
nvm install --lts;\
node --version;\
npm install yarn --global;\
yarn --version

Sources code cloning

git clone [email protected]:cacybernetic/opentransfer.git open_transfer/

Dependencies installation

Go to the root folder of the project sources and run :

yarn install

📔Note : Vite and React will be installed automatically after running the command line above.

Project execution

Go to the root folder of the project and run :

yarn run dev

Then, open your favorite browser and tap on the search bar, the following link below :

http://localhost:5400/

Enjoy :)