A Github web based java script game (wordle) converted into ASP.NET Core C# 6.0 Razor

Job ID: 34058434

Budget: $30 – $250 USD

Hi all,
I would like to convert this project I branched into a ASP.Net C# application:

https://github.com/AlessandroCrepaldi/wordle-it

main game code is in the "wordle-it.js"

To include the following features:
- My Analytics (I would like to use my Google Code to track the usage)
- User will need to register to play (Facebook, Instagram, Google) or simple Username and Password.
- Design a simple Database in MySql (if easier can be also Microsoft SQL Server, I can migrate that after).
- I would like to save the end game statistics in the database along with the user id to generate leaderboards.
- If the user has a winnig streak calculate an extra bonus.
- A timer should start after the user pressed the first letter to record how much time is needed to resolve the puzzle [Which needs to be recorded in the database as well once the game ends]

The main changes to the html code should include:
- A placeholder where I can put a new application name.

I attached the statistic window I would like to be recorded with translations:
1) Games played
2) %Winning
3) Winning Streak
4) Winning Streak Record
Related categories: JavaScript .NET SQL MySQL ASP.NET