SolutionJogoDaVelha
1.0.0
The idea for this project came after a job interview where it was asked, as a practical challenge, to develop an API for tic-tac-toe.
It consists of an MVC web application to play the well-known tic-tac-toe game online with your friends.
Tic-tac-toe was developed as an ASP.NET Core MVC project in version .NET 6. HTML, CSS, Javascript and Vue were used for the interface. To exchange messages between players, the SignalR library was used for real-time communication.
You can test the application here (https://jogodavelha220220720152037.azurewebsites.net/). It is hosted on a free Azure account, so the number of requests is limited and it can go offline lol.