mfferreira / palindrome

A palindrome is a word, phrase, number, or another sequence of characters which reads the same backward or forward

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start API server

cd api/
npm install
node api.js

run tests

npm run test

Start frontend (in dev mode)

cd frontend/
npm install
npm run dev

About

A palindrome is a word, phrase, number, or another sequence of characters which reads the same backward or forward


Languages

Language:JavaScript 72.6%Language:Vue 23.1%Language:HTML 4.2%