Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cack195/stocky-app
Stocky App is a MERN-based application that allows users to search and bookmark stocks for current or future investments. It features interactive graphs showcasing stock performance over the past 100 days, providing valuable insights into investment trends.
https://github.com/cack195/stocky-app
auth0 mern mongodb plotly reactjs
Last synced: about 1 month ago
JSON representation
Stocky App is a MERN-based application that allows users to search and bookmark stocks for current or future investments. It features interactive graphs showcasing stock performance over the past 100 days, providing valuable insights into investment trends.
- Host: GitHub
- URL: https://github.com/cack195/stocky-app
- Owner: cack195
- Created: 2024-08-07T19:35:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T20:47:35.000Z (5 months ago)
- Last Synced: 2024-12-06T08:05:54.504Z (about 1 month ago)
- Topics: auth0, mern, mongodb, plotly, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stocky-App
## Description:
Stocky App is a full-stack MERN application that enables users to search for and bookmark stocks they are currently investing in or considering for future investment. The app provides interactive graphs that display the performance of these stocks over the last 100 days, offering users valuable insights into their investment trends.## Technologies Used:
• MongoDB: Database for storing user and stock data.
• Express: Backend framework for handling API requests and server logic.
• React: Frontend library for building the user interface.
• Node.js: Server-side runtime for running the application.
• Materialize CSS: Framework for styling and responsive design.
• Auth0: Authentication service for secure user login.
• Alpha Vantage APIs: Used for retrieving stock data, including time series and search functionalities.
• Plotly: Library for creating interactive stock performance graphs.
• Moment.js: Utility for handling and formatting dates.
• NPM: Package manager for managing dependencies.