/palindrome-app

This project is a fullstack challenge to check if a word or phrase is a palindrome

Primary LanguageJavaScriptMIT LicenseMIT

palindrome-app

This project is a fullstack challenge to check if a word or phrase is a palindrome.

Requirements

Getting Started

  • Clone the repo

BackEnd

  • Go to backend folder end install dependencies with npm install
  • Run server with npm start

FrontEnd

  • Go to frontend folder end install dependencies with npm install
  • Run server with npm start and go here: http://localhost:3000/

Running Tests

  • Run tests with: npm test