Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.74 KB

File metadata and controls

62 lines (47 loc) · 1.74 KB

PredictBom_Frontend

Front-end part of the PredictBom application.
Live version: Try it
Backend repository: Link

Table of contents

General info

Web application created with React + Redux, Spring Boot, MongoDB technologies, enabling creation, management and participation in forecasting markets.

Technologies

Project is created with:

  • React + Redux
  • Spring Boot
  • Java 8
  • MongoDB 4.4.3
  • Bootstrap 4

Functionalities

  • Registration system
  • Creating forecast markets
  • Browsing and filtering markets
  • Buying and selling shares
  • Browsing charts of price changes

Screenshots

image Home Page

image Markets Page

image Market Details Page

image Form to buy shares

image Market Trend chart

image User's Contracts Page

Setup

To run this project, install it locally using npm:

$ cd ../PredictBom_Frontend
$ npm install
$ npm start