Stocka is a powerful mobile application designed to provide real-time stock market insights using React Native. This app integrates seamlessly with Twelve Data API and NewsAPI to deliver live stock prices, recent trends, and related news directly to your fingertips.
- Real-Time Stock Prices: Access up-to-the-minute stock prices from Twelve Data API, ensuring you have the latest market data.
- Recent Trends Analysis: Stay informed about recent market trends and fluctuations to make informed investment decisions.
- Comprehensive News Coverage: Receive timely updates and relevant news articles related to your tracked stocks via NewsAPI integration.
- User-Friendly Interface: Enjoy a sleek and intuitive interface designed for easy navigation and a seamless user experience.
- Clone the repository:
git clone https://github.com/Karanxidhu/Stocka.git
- Navigate to the project directory:
cd client/stocka
- Install dependencies:
npm install
- Run the application:
npm run start npm run android
- Navigate to the project directory:
cd server
- Install dependencies:
npm install
- Run the application:
nodemon index.js
- Upon launching the application, you will be presented with the home screen.
- Browse through the list of stocks or search for specific stocks to track.
- View real-time stock prices, recent trends, and related news articles for each stock.
- Stay informed and make informed investment decisions based on the provided insights.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.