We are building a web platform that can enable users to register and send money to each other within the system. They top up their accounts through MPESA* and can now transfer amongst themselves. They use the registered number or email address to transfer. The platform should have a friendly landing page and signup process. The users will use the application mostly on their phones so it should work well on a mobile browser as well as desktop
The challenge was to build an application using a reactive framework/tools like Angular that consumes API from a backend such as Firebase. The frontend should help persist data to the backend and should have friendly UI and UX. You may use API mocking tools such as apiary instead of persistent datastore like firebase
- React.js
- TailwindCSS
- Firebase ( for backend )
- Firestore ( for database )
It is a Webapp allows you to Transfer money within the systems to others customer registered to the app. You can also check your account balance and view your transaction.
- Ran the below command to install the firebase
npm install firebase
- Before deployment run the below command to start the application locally
npm start