Skip to content

Bansuk/projeto_14_mywallet_front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyWallet

A website made for those that want a stylish and straight to the point solution for tracking personal incomes and expenses!

MyWallet navigation

You can try it at: https://projeto-14-mywallet-front-iota.vercel.app

About

This 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

Technologies

React JWT

How to Run

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