A website made for those that want a stylish and straight to the point solution for tracking personal incomes and expenses!
You can try it at: https://projeto-14-mywallet-front-iota.vercel.appThis is an responsive website built in React that allows the user to create new incomes and expenses records, displaying those records and the final balance. These are the currently implemented features:
- User registration and login,
- Creation of new incomes and expenses,
- Display records hisotry and balance,
- Logout.
This project backend can be found at: https://github.com/Bansuk/projeto_14_mywallet_back
1. Clone the Repository
$ git clone https://github.com/Bansuk/projeto_14_mywallet_front/
2. Install dependencies
$ npm i
3. Run the application
$ npm start