Skip to content

SergioMorchon/your-investor

Repository files navigation

YourInvestor

This is a personal project to play with different technologies.

Vite, vanilla-extract, react, react-router, SWR, express, axios and a bit of reverse engineering of MyInvestor services.

Nothing to see here

Run

  1. Run yarn to install all the dependencies.
  2. Run node backend/proxy and leave it running on the background. This is needed to bypass the web requests from the web client to the MyInvestor backend. The web app will talk with this backend.
  3. From /web, run yarn dev to start the frontend. Open the URL printed on the console.

Build and deploy

  1. From /web, run yarn build.
  2. From /backend:
    1. Start the proxy with yarn start:proxy.
    2. Start the web with yarn start:web ../www.

Login

The login also handles the SMS OTP.

login

Dashboard

A small demonstration getting the user accounts and rendering their alias or number and the balance. dashboard

About

Working web app that uses the real MyInvestor backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published