SolForte / projeto14-mywallet-front

Home Page:https://projeto14-mywallet-front-solforte.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Wallet

My Wallet is a finance management application.

My Wallet

About

This project is a web application. Implemented features are:

  • Sign Up;
  • Sign In;
  • Get Transaction History;
  • Add Expense/Revenue (Transaction).

Technologies

The following dependencies and technologies were used in this project:

axios react react-router styled-components

How to run

  1. Clone this repository
  2. Install Dependencies
npm install
  1. Create a /.env file and add the environment variable REACT_APP_API_URL with the address of your API is running. The required API for My Wallet is available here. An example of /.env file is avaiable on /.env.example:
REACT_APP_API_URL=http://localhost:3000
  1. Run the app
npm start

About

https://projeto14-mywallet-front-solforte.vercel.app


Languages

Language:JavaScript 97.1%Language:HTML 2.9%