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
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 !
The following tools and frameworks were used in the construction of the project, you can find the full list on the package.json:
- Clone this repository
- Install dependencies
npm i- Create a .env file on the root of the project with the following variable on it
REACT_APP_API_URL=https://yourBackEndLink:PORT- Run the front-end with
npm start- You can optionally build the project running
npm run build- Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)
