Skip to content

Latest commit

 

History

History
executable file
·
73 lines (50 loc) · 1.27 KB

README.md

File metadata and controls

executable file
·
73 lines (50 loc) · 1.27 KB

Crypt/Stock Screen

MERN Project exploring connecting API endpoints and displaying to the user. Currently still in development, but uploading to maintain version control/progression of project.


Alt Text


High Resolution Link


Built With

Front End:

Back End:

Styling:

Compilation:

Prerequisites

Node.js 6+

Installing

1) Clone/Pull Directory
2) cd into Directory
3) npm install

Running

Production mode:

npm start

Development (Webpack dev server) mode:

npm run start:dev

Local Access

localhost:8080

TODO

  • Implement realtime crypto ticker w/ websocket
  • Implement user ability to search stock ticker and display stock information
  • Make it actually look nice...
  • Implement user system
  • Deploy webapp

License

This project is licensed under the MIT License - see the LICENSE.md file for details