Skip to content

jao45gg/MyWalletFront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyWalletFront

Design of a wallet manager application (for mobile) ! With the right to register, login and many libraries !

Try it out now at https://my-wallet-front-jao45gg.vercel.app
Check out the backend too on https://github.com/jao45gg/MyWalletBack

About

This is the Front-end of my first full-stack web application ! With data persistence ! It's mainly mobile and made to manage money. Below are the implemented features:

  • Sign Up
  • Login
  • LogOut
  • List all money that goes in and out for a user
  • Add input of money
  • Add output of money

By using this app any user can keep track of their money !

Technologies

The following tools and frameworks were used in the construction of the project, you can find the full list on the package.json:

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Create a .env file on the root of the project with the following variable on it
REACT_APP_API_URL=https://yourBackEndLink:PORT
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)

About

This is the Front-end of my first full-stack web application ! With data persistence ! It's mainly mobile and made to manage money.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors