/my-wallet

A website where you can control your finances history built with React and Styled component.

Primary LanguageJavaScript

Introduction

An mobile online finance history website that you can control your deposits and withdraw. You can try it out here.

About

The following features are available:

  • Sign-up and sign-in to access your profile.
  • View your history trades.
  • Add a deposit and withdraw.
  • Logout.

As a future feature you will be able to remove and edit posted trades.

Technologies

How to run

Firstly you will need to run the back-end, then just follow the next steps.

  1. Clone this repository

  2. Install dependencies

npm i
  1. Run the application with
npm run start