Project assigned to me during the PCTO period (alternanza scuola-lavoro) during the month of July 2023. It was my first time programming with the React framework, so I did the TicTacToe to test the language and to learn the new language.
- Node.js installed (v18.16.1)
- Clone this project
- Open a new Terminal and go inside the repository
- Run
cd main-react-app
- Run
npm start
At this point the project itself shold open a new local server and open a new browser windows, usuallyhttp://localhost:3000/
but the port can change if you have other local server already open.
- Add a record table
- Save record table's data after a refresh
- Make possible for users to choose witch team they want
- Make a limit time to make a move
- Better table's data cells managment
- Multiplayer online