Table of Contents
Wall Street Blast is a mobile gambling application that simulates the ups and downs of the stock market.
The wall-street-blast-frontend Repo is the front-end repository for the Wall Street Blast online gambling application.
This application is built using:
Wall Street Blast is a lightweight mobile application with a few dependencies.
First, install the latest version of npm:
- npm
npm install npm@latest -g
-
Clone the repo:
git clone [email protected]:rashadnm01/wall-street-blast-frontend.git
-
Install NPM packages:
npm i
-
Install Dependencies:
npm i @commitlint/cli
npm i @commitlint/config-conventional
npm i @testing-library/jest-dom
npm i @testing-library/react
npm i @testing-library/user-event
npm i chart.js
npm i chartjs-plugin-datalabels
npm i cross-env
npm i react
npm i react-bootstrap
npm i react-chartjs-2
npm i react-dom
npm i sass
npm i scss
npm i web-vitals
npm i react-app-rewired
- Add Changelog
- Front-End Design
- Navigation Bar
- Marquee
- Blast
- Menu Bar
- Money Menu
- Open Position Button
- Back-End Design
- Authentication: Username/Email/Password -> OAuth
- User Data
- Username
- Password
- Avatar
- Bankroll
- Financial API/Data
- Game History
- Game Logic
- CRUD
- Lifetime Earnings (PNL)
- Create User
- Read User Info
- Update User Info
- Delete User
- Basic QA: Testing Framework -> Jest
- Multiplayer Functionality
- SQL Security -> Prevent injections
- State Changes/Event Handling
- [] The ability to start and end games
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Rashad - [@RashadNAli] (https://twitter.com/RashadNAli) - [email protected] Matty - @MattyBCodes - [email protected]
Project Link: Wall Street Blast
Here are some useful resources to get started.