All Projects → m4theushw → superdividendos

m4theushw / superdividendos

Licence: GPL-3.0 license
A website to calculate the yield of a portfolio of stocks listed in Bovespa

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to superdividendos

File-Explorer
A File Manager with stunning design & astonishing develops, beautifully written in PHP, everything fused in a single file.
Stars: ✭ 31 (+63.16%)
Mutual labels:  material-ui
serverless-permission-generator
An Online Application to generate AWS IAM permissions required for deploying a Serverless Framework stack.
Stars: ✭ 39 (+105.26%)
Mutual labels:  material-ui
React-MaterialUI-Starter-Kit
The ReactJs 16 start kit that include Redux, Material UI, Babel 7 and Webpack 4
Stars: ✭ 48 (+152.63%)
Mutual labels:  material-ui
Modern-Web-App
React PWA with SSR and Code splitting
Stars: ✭ 45 (+136.84%)
Mutual labels:  material-ui
universal-json-schema
📜 Universal JSON Schema Form - Currently Support for React - Material UI components for building Web forms from JSON Schema.
Stars: ✭ 102 (+436.84%)
Mutual labels:  material-ui
nextjs-graphql-adminpanel
Admin panel built with NextJS(Typescript), Material UI, Apollo Client & GraphQL. In the backend, Prisma 2 with Nexus and Mysql is used.
Stars: ✭ 119 (+526.32%)
Mutual labels:  material-ui
mybotlist
Plataforma para el listado de Bots publicos de Discord en español. (FRONTEND)
Stars: ✭ 15 (-21.05%)
Mutual labels:  material-ui
circular progress
Different types of Circular progressbar in flutter
Stars: ✭ 55 (+189.47%)
Mutual labels:  material-ui
gdg-react-workshop
React + Electron + Typescript workshop for GDG DevFest Warsaw 👩‍💻👨‍💻🤖💻
Stars: ✭ 16 (-15.79%)
Mutual labels:  material-ui
react-js-boilerplate
A React + Redux + HOT + Webpack + Material-UI + Sass boilerplate
Stars: ✭ 14 (-26.32%)
Mutual labels:  material-ui
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (+26.32%)
Mutual labels:  material-ui
brapi
API ilimitada da Bovespa, moedas e crypto. Ganhe acesso aos dados de qualquer ação, moeda ou criptomoeda
Stars: ✭ 36 (+89.47%)
Mutual labels:  bovespa
react-firebase-socialnetwork
Social network-like for finding groups online
Stars: ✭ 28 (+47.37%)
Mutual labels:  material-ui
recode-converter
A modern & simple audio converter for video files
Stars: ✭ 22 (+15.79%)
Mutual labels:  material-ui
Alicorn
A high performance custom Minecraft launcher.
Stars: ✭ 26 (+36.84%)
Mutual labels:  material-ui
material-ui-responsive-drawer
Material-UI responsive Drawer is a React-Redux component that uses Material-UI to create a responsive Drawer.
Stars: ✭ 44 (+131.58%)
Mutual labels:  material-ui
ArcPageIndicator
Android Page Indicator for ViewPager with original animations. It uses an ellipse to dispose indication spots, and can draw a hand, like in old elevators.
Stars: ✭ 73 (+284.21%)
Mutual labels:  material-ui
admin-template-for-react
🌏 Admin template for React, React Redux, Redux Saga, React Router, i18n and integrated OAuth login
Stars: ✭ 83 (+336.84%)
Mutual labels:  material-ui
ioBroker.jarvis
jarvis - just another remarkable vis
Stars: ✭ 129 (+578.95%)
Mutual labels:  material-ui
PasswordKeeper
Web-app to help you securely store your encrypted passwords in your Google Drive.
Stars: ✭ 43 (+126.32%)
Mutual labels:  material-ui

Super Dividendos' logo

Build Status codecov code style: prettier

This is a personal project I created to help me to calculate the yields of a portfolio composed by stocks listed in B3 (Brazilian Stock Exchange). It works by scraping data from B3's website and plotting it on a chart. The website was built with React, Python, Django and Material-UI.

Installation

Requirements

This project requires Python 3, Node 12, MariaDB 10 and Yarn. Once you have pip and yarn available install the dependencies:

$ pip install -r requirements.txt
$ yarn install

Setup environment variables

Copy the file .env.example to .env and update it with your database credentials.

Running the backend

Start the django app:

$ python manage.py runserver

Running the frontend

In a new terminal window:

$ yarn start

Once you are ready open http://localhost:1234 in your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].