rgazeredo / palindrome-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 79.2%Language:HTML 15.6%Language:CSS 5.2%