Skip to content

TracyNgot/exchange

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Exchange money app

Live

Running on Netlify using Netlify-Lambda

Live app: https://exchange.yolaine.dev/

Widget view: https://exchange.yolaine.dev/widget

Github Actions

It builds, lints and checks coverage

Run tests locally

yarn test.ci
yarn test.server.ci

Analyze bundles performance

yarn analyze

Lint

yarn lint

Setup Server

Using FaunaDB

export MONEY_DB_KEY=YOUR_FAUNA_DB_API_KEY
yarn install
yarn start.server

Setup App

yarn install
yarn start

TODO

  • The tests are only testing the server and the app. The store is currently not tested.
  • Adding singleton for pure components for avoiding useless rendering

Releases

No releases published

Packages

No packages published

Languages