The App for frontend React case. This is a xox game where you play against the timer
git -clone https://github.com/byRespect/react-xox
cd react-xox
npm install
npm run dev # then visit http://localhost:5173/
⚠️ : You will change .ENV file!
⚠️ : Make sure the API PROJECT is running.
ViteJS - how to create project and use environment 
React Router V6 - for page routing system
TailwindCSS - for styles
Toastify - to show notifications 
Socket.io - for live communication with server 
Redux - for state management system 
