This is a simple react application that contains some classic game examples like:
- Tic-Tac-Toe
- Love Calculator
- Memory Game
- Stone Scissor Paper
Here is the demo of the application.
This major goal of this application is to showcases the use of react-router-dom
To clone and run this application locally, execute the following commands:
git clone https://github.com/yasnaraj/react-classic-games.git
cd react-classic-games
npm install
npm start