/RsTraders

App designed as an educational tool for anyone interested in learning about investing in cryptocurrency.

Primary LanguageJavaScript

RsTraders

RsTraders is as an educational tool for individuals interested in exploring or investing in cryptocurrency. User transactions are stored in the simulated blockchain (designed specifically for this project). Blockchain is run locally on the server. Built the blockchain in JavaScript to mine transactions and stored blocks as flat file. Stack used to develop the app: React, Material UI, Chartjs, Nodejs, Express, Knex and postgreSQL. If you have any questions, you can contact me directly!

Getting Started

  1. Install dependencies using the npm install command.
  2. Start the web server using the npm start command in root and ./express-api/ folders. The app will be served at http://localhost:3000/.
  3. Go to http://localhost:3000/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above
  • PostgreSQL
  • React

Screen shots

Main Page "Main Page"

Favorites "Favourites Page"

Charts "Charts Page"

User Profile "User Profile"