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.
The official website of Open Transfer may
be accessible via the link below :
This is the final result of the project :
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
git clone [email protected]:cacybernetic/opentransfer.git open_transfer/
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.
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 :)