This application is a stock market simulation built using ASP.NET Core 7 MVC. It allows users to view real-time stock prices and historical data, trade stocks, and track their earnings and portfolio.
Click Here for Demo And ScreenShots
- ASP.NET Core 7 MVC
- Entity Framework Core with Microsoft SQL Server
- ASP.NET Identity for authentication and authorization
- External libraries such as jQuery, Sweet Alert 2, Toastr, DataTables, and Bootstrap
The application provides users with $10,000 fake dollars to invest in real-world stocks. Users can view stock prices and historical data, buy and sell stocks, and track their portfolio and order history. The main pages of the application are:
- Explore: view real-time stock prices and historical data
- Trade: buy and sell stocks
- Portfolio: track earnings, owned stocks, and stock order history
- Instructions: learn how to use the application
I am currently working on adding the following features to the application:
- External logins using GitHub and Google
- Email providers using MailKit & MimeKit
- Deployment using Azure
To get started with the application, simply clone the repository and run it on your local machine.
We welcome feedback on the application and encourage you to submit any issues or feature requests through our GitHub repository.