Z-Wallet App

zWallet

Z-Wallet is a web application that I built using nextJs to meet the needs of a digital wallet that makes it easy for users to transact between users and organize finances.

react-router-dom axios react toastify redux redux-persist

Installation

1. Clone this repository

Clone this repository by run the following code:

$ git clone https://github.com/okidwijaya/zwallet

2. Go to directory

$ cd <your directory>

3. Install dependency packages

Install dependency packages by run the following code inside project folder:

$ npm install

4. Configure .env file

NEXT_PUBLIC_API_URL="https://zwalet.herokuapp.com"

5. Run Project

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Deployment

Z-Wallet : zWallet