#My Stock Assistant simple implementation of applicaiton that displays stock quote based on stock Symbol. This Project is built on react and npm with webpack. It uses bootstrap and bootstrap-material-design for styling.
#Running locally
-
Clone the repository
-
Install the Node dependencies.
npm install
-
Building the npm module
npm run build
-
Run the application
npm run start
hit localhost:8080 on your browser to get going.
#Testing
All tests are written using Jest. All tests are saved in src/__test__
. Tests can be run locally using the following command
npm test
- Fork it ( https://github.com/[my-github-username]/my-stock-assistant/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Released under the MIT License. See the LICENSE file for further details.