Skip to content

fMagVen/MyWallet_FrontEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Wallet 🤑 (Front End)

Your wallet, in your pockets!

💻 Tech used

Better experienced on 📞

Overview

This is a personal wallet app that allows you to track your expenses and income!

Features

Login & Signup

Create your account and login to start using!

Add income or expense

Click the + button to add income and the - button to add an expense! Your total balance is calculated dinamically with your transactions history!

Delete an entry

Click the x button on the right side of your transaction to delete it

Edit an entry

Click on the entry itself to edit it's description and value

Installation

Make sure you have the following tools installed before you begin:

Not needed but recommended: VSCode

In order to use all functions of this app, you also need to install the backend API

Use a terminal interface such as bash or zsh, and enter the following:

#download
gh repo clone fMagVen/MyWallet_FrontEnd

#access the folder you downloaded it to
cd MyWallet_FrontEnd

#install dependencies
npm i

The app will run locally and you must configure a .env file with a port of your choosing. The default one is 5000.

Running

#you can run the development build with
npm start

#or production build it with
npm build

👨‍💻 Author

Made with care by

Felipe Ventura

Gmail Badge

Linkedin Badge

Contact me anytime!

About

front end of my wallet app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors