Skip to content

💰 Digital wallet web application built with React, Tailwind CSS, Express and MongoDB

License

Notifications You must be signed in to change notification settings

parthsolanke/virtual-moneybag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Moneybag

Digital wallet 💰

This repository contains both the frontend and backend code for a digital wallet system. Explore the features of the app, including signup, signin, filter search, and money transfer, etc.

Features

1. Signup

Signup Page

  • Description: Users can create a new account by providing their email, password, first name, and last name.

2. Signin

Signin Page

  • Description: Existing users can log in to their accounts by entering their email and password.

3. Dashboard

Dashboard Page

  • Description: The Dashboard provides an overview of the user's digital wallet, displaying essential information and features related to their account.

4. SendMoney

SendMoney Page SendMoney Page1

  • Description: Users can send money to others by specifying the recipient and the amount to be transferred.

5. Filter Search

Filter Search

  • Description: Users can search for other users based on filters such as first name, last name, or username.

Local Setup Instructions

To set up the application locally, follow these instructions:

  1. Clone the Repository:

    git clone https://github.com/parthsolanke/virtual-moneybag
    cd virtual-moneybag
  2. Set MongoDB Password as Environment Variable:

    export MONGO_PW="Your-Password"
  3. Install Backend Dependencies:

    cd backend
    npm install
  4. Run Backend Server:

    node index.js
  5. Install Frontend Dependencies:

    cd ../frontend
    npm install
  6. Run Frontend Development Server:

    npm run dev

    The application will be accessible at http:https://localhost:5173/signup.

About

💰 Digital wallet web application built with React, Tailwind CSS, Express and MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published