
Scrapes Indian stock exchanges(NSE and BSE) data off moneycontrol and represents in a dashboard app.
The Stock Market Analyzer is a powerful tool designed for those interested in tracking and analyzing the Indian stock market. By scrapping data from the National Stock Exchange (NSE) and the Bombay Stock Exchange (BSE) through Moneycontrol, it presents a wealth of information in a user-friendly application. This makes it an appealing option for both casual investors and seasoned traders seeking comprehensive market insights.
Setting it up is straightforward, especially for those familiar with Python. However, it’s important to note the need for responsible usage to avoid issues such as IP bans when utilizing the included scripts.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.