Front-end part of the PredictBom application.
Live version: Try it
Backend repository: Link
Web application created with React + Redux, Spring Boot, MongoDB technologies, enabling creation, management and participation in forecasting markets.
Project is created with:
- React + Redux
- Spring Boot
- Java 8
- MongoDB 4.4.3
- Bootstrap 4
- Registration system
- Creating forecast markets
- Browsing and filtering markets
- Buying and selling shares
- Browsing charts of price changes
To run this project, install it locally using npm:
$ cd ../PredictBom_Frontend
$ npm install
$ npm start