Skip to content

An easy and simple way to manage your financial transactions.

Notifications You must be signed in to change notification settings

acolima/my-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyWallet

An easy and simple way to manage your financial transactions.

With MyWallet you can track your incomes and expenses and always keep track of your balance.

mywallet gif

Deployment: MyWallet

Implemented features

  • Create a new account
  • Login and logout
  • List with all the transactions with the date, description and cost
  • Register new incomes and expenses
  • Delete and edit your records

Technologies

React React-Router-Dom Axios Styled Components Vercel

How to run

  1. Clone this repository
git clone git@github.com:acolima/my-wallet.git
  1. Go to the project directory
 cd my-wallet
  1. Install dependencies
npm i
  1. Run project with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your browser (port number may vary in some cases)

⭐ The requests are made from a URL that must be placed in an enviroment variable in the .env file (see .env.example file)

⭐ You can check the back-end repository of this project here and follow the instructions to run

Author

LinkedIn Gmail