Nikolamv95 / MySportTips

Personal project for sharing sports betting tips.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySportTips

Personal project for sharing sports betting tips.

ℹ️ Table of contents

💻 Technologies

Project is created with:

  • ASP.NET Core
  • Entity Framework
  • MS SQL Server
  • JQuery
  • JavaScript
  • Bootstrap
  • Microsoft Azure

⚽ Admin Login

Click here to see it in action: https://ndtips.azurewebsites.net/

Loin time up to 10 seconds

📲 Site View

Home Page

HomePage

Past Tips

PastTips

Selected Tip Page

TipPage

Admin Menu All tips

This page is part from the admin menu. I used JQuery script to add functionallity which filter the tips by result WIN, LOST, Unkonwn.

TipsView

Admin Menu List Users

This page is part from the admin menu. I used JavaScript & JQuery to add functionallity which search users by username or email .

ListUsersMenue

Admin Menu Add Game

This page is part from the admin menu. The idea behind this functionality is to extract dynamically the entities from the database and when I open the drop down menu and choose value to fill the input with this value.

AddGameMenue

👨‍ Author

Nikola Margaritov

For more interesting functionalities you can open the website in azure and login with the admin credentials. Because the azure plan is basic the loading time is approximately up to 10 seconds. I will be happy to hear your feedback regarding the code quality.

👀 Try it out

Make sure you have the .NET Core 3.1 SDK installed on your machine. Then do:

$ git clone https://github.com/Nikolamv95/MySportTips.git
$ cd MySportTips
$ dotnet run --project MySportTips/Web/MySportTips.Web/MySportTips.Web.csproj

🤝 Contributing

Contributions, issues and feature requests are welcome!

📝 License

This project is licensed under MIT license.

👨‍🚀 Show your support

Give a ⭐ if you like this project!

About

Personal project for sharing sports betting tips.


Languages

Language:C# 58.0%Language:HTML 42.0%