Skip to content

wesleymichael/mywallet-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Wallet - Your Digital Wallet

Manage your finances with ease using My Wallet, an intuitive app designed to assist you in managing your personal finances. Keep track of your expenses, check your balance, and plan your budget effectively.

Deployment

Feel free to explore!

Mobile Usage

Tablet Usage


About

Welcome to our financial management app! Here's a brief overview of what we offer:

  • 👤 Secure Sign-in: Create your account with confidence using your email, password, and name, ensuring your data remains protected right from the start.

  • 👤 Easy Sign-up: Access your account effortlessly by using your registered email and password, backed by robust security measures.

  • 💳 Track Your Financial Transactions: Record and manage your financial transactions with ease, allowing you to stay organized and in control.

  • 💳 Monitor Your Balance: Keep a close eye on your account balance in real-time, so you always know where your finances stand.

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

To run this application, follow these steps:

  1. Clone the repository to your local machine.

    git clone https://github.com/wesleymichael/mywallet-app.git
  2. Install project dependencies:

    npm install
  3. Clone the back-end repository at mywallet-server

  4. Follow instructions to run back-end at mywallet-server

  5. Configure the environment variable in this front-end repository and insert the server's URL when running the back-end. Follow these steps:

    • In the directory of your front-end project, check if there is a file called .env. If it doesn't exist, create a new file with that name;

    • Open the .env and set the REACT_APP_API_URL variable to the URL of the back-end server;

    • Here's an example:

      REACT_APP_API_BASE_URL=http://localhost:5000
    • Make sure to replace http://localhost:5000 with the correct URL of the back-end server if you've made changes to the default server port.

  6. Start the front-end aplication:

    npm start

Contributions

Contributions are welcome! Feel free to open issues and send pull requests to improve this project.