Giter Site home page Giter Site logo

fs-razzle's Introduction

repo-banner

Build Status code style: prettier

Formula Stocks is a stock recommendation service, that gives you recommendations on what to buy, for how much and when you should sell it. These recommendations are based on a deep learning algorithm that selects winning stocks +90% of the time. With an average annual interest rate of 20-35% depending on the product you choose.

screenshot

This is currently in development for version 2, which is NOT live yet.

To see the current production version see here: https://formulastocks.com.

Technologies used

  • React 16.3 (very little state-management needed, so the new Context will do over Redux for this application)
  • GraphQL (with GraphCool as a backend, (to be moved to Prisma))
  • react-apollo to integrate with GraphQL (handles all CRUD on the graphQL endpoint, no need for state management for this.)
  • now.zeit for deployments
  • emotion.sh for css-in-js (simular to styled-components but faster and the dynamic styles are great)
  • fontAwesome 5 Pro (for icons)
  • fecha for time management as it's much smaller than Moment, and we mostly just need it for formatting.
  • draft.js for rich-text-editing (article system)
  • Immutable.js (to be added after MVP)
  • Flow.js (to be added after MVP, ideally ASAP)

Quick Start

git clone https://github.com/MarkLyck/fs-razzle.git
cd fs-razzle
yarn && yarn start

Then open http://localhost:3000/ to see the application.

Useful commands:

npm start or yarn start

Runs the project in development mode.
You can view your application at http://localhost:3000

The page will reload if you make edits.

npm run build or yarn build

Builds the app for production to the build folder.

The build is minified and the filenames include the hashes, ready for deployment

npm run start:prod or yarn start:prod

Runs the compiled app in production.

You can again view the application at http://localhost:3000

npm test or yarn test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.

npm start -- --inspect or yarn start -- --inspect

To debug the node server, you can use razzle start --inspect. This will start the node server and enable the inspector agent. For more information, see this.

npm start -- --inspect-brk or yarn start -- --inspect-brk

To debug the node server, you can use razzle start --inspect-brk. This will start the node server, enable the inspector agent and Break before user code starts. For more information, see this.


Author

fs-razzle's People

Contributors

marklyck avatar

Watchers

 avatar  avatar

Forkers

jkothari18

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.