Skip to content

copelandbrandon/stonks-front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stonks

A single page application built with React that simulates the trading experience by leveraging multiple finance API datapools. Designed with the intention of teaching people with little to no investing knowledge how to efficiently trade stocks and crypto in a risk free environment.

This is the front end application. The back end server can be found here https://github.com/NickAz123/stonks_back

Created by:

Brandon Copeland, Nick Azurin & Wade Croft.

Check out our demo!

https://www.youtube.com/watch?v=hq1CcSn6Jmk

Dependencies:

- Axios
- ClassNames
- Node SASS
- React
- Webpack
- Devextreme
- bcrypt
- Material UI core

Getting started:

  1. Clone this repository onto your local system
  2. Install dependencies for both the application and the backend server with:
npm install
  1. Navigate to the db/schema path and start psql in order to populate the database
psql
CREATE DATABASE stonk_db
\c stonk_db
\i 01_schema.js
  1. Run the server with:
npm start
  1. Run the application with:
npm start
  1. profit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • SCSS 13.1%
  • HTML 1.5%