MERN Project exploring connecting API endpoints and displaying to the user. Currently still in development, but uploading to maintain version control/progression of project.
Front End:
Back End:
Styling:
Compilation:
Node.js 6+
1) Clone/Pull Directory
2) cd into Directory
3) npm install
Production mode:
npm start
Development (Webpack dev server) mode:
npm run start:dev
Local Access
localhost:8080
- 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
This project is licensed under the MIT License - see the LICENSE.md file for details