The Wayback Machine - https://web.archive.org/web/20201030114703/https://github.com/codota/react-test-app
Skip to content
master
Go to file
Code
This branch is 9 commits ahead of dimacodota:master.

Latest commit

 

Git stats

Files

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

README.md

Codota's React Test App

This is a basic wallet app, implemented using react and a node backend.

Wallet data is stored in mongodb.

Running instructions

docker-compose up -d   # this will start a local mongo in docker
npm install
npm run dev

The Test

Add a transactions page, that will display a list of the last 10 transactions with the following structure - transaction time, amount, balance.

Add the ability to navigate from the wallet page to the transactions page and back.

Bonus

Implement real time balance updates in the wallet page.

About

react-test-app

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.