Skip to content

This is a React application that finds out whether the entered string is Palindrome or not.

Notifications You must be signed in to change notification settings

ArtemX9/Palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome

This is a React application that finds out whether the entered string is Palindrome or not.

To run the project:

  1. Ensure you have Yarn package manager installed. If not, visit: https://yarnpkg.com/en/docs/install .
  2. Run in your terminal yarn install in the project directory.
  3. To start the project simply enter the following command: yarn start.
  4. Navigate in your browser to localhost:3000.

To run tests:

  1. Ensure you have Yarn package manager installed. If not, visit: https://yarnpkg.com/en/docs/install .
  2. Run in your terminal yarn install in the project directory.
  3. To start the project simply enter the following command: yarn test.

About

This is a React application that finds out whether the entered string is Palindrome or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published