This is a React application that finds out whether the entered string is Palindrome or not.
- Ensure you have Yarn package manager installed. If not, visit: https://yarnpkg.com/en/docs/install .
- Run in your terminal
yarn install
in the project directory. - To start the project simply enter the following command:
yarn start
. - Navigate in your browser to
localhost:3000
.
- Ensure you have Yarn package manager installed. If not, visit: https://yarnpkg.com/en/docs/install .
- Run in your terminal
yarn install
in the project directory. - To start the project simply enter the following command:
yarn test
.