Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
https://tic-tac-toe-02.netlify.app/
- Create React App using npx create-react-app
- Designing the UI i.e. Game board using JSX and CSS.
- Used React Hooks to manage the state of the application.
- For the winning state- it shows an alert with Winner's name.
