Skip to content

Cryptocurrency portfolio app, blockchain dev partner project.

Notifications You must be signed in to change notification settings

dylanbaker21/Crypto_Portfolios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express App - Creating Crypto Portfolios

To Run

cd Crypto_Portfolios && npm install

# to start with nodemon - linux/macosx

npm run debug

# to start with nodemon - windows

npm run windows

To Do

1)figure out res.redirect() alternative that doesn't need a res.refresh after

2)CSS and style work

3)move code into modules and into MVC structure

4)integrate current coin price into coin tracker

-can calculate portfolio value in portfolio screen

5)change DB structure into arrays of sub schemas

About

Cryptocurrency portfolio app, blockchain dev partner project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • HTML 32.7%
  • CSS 8.4%