Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirkorinke/palindrome_checker

A simple utility for detecting palindromes in strings. This tool verifies if a given text reads the same forwards and backwards, ignoring spaces, punctuation, and case sensitivity.
https://github.com/mirkorinke/palindrome_checker

css frontend html javascript palindrome scss text-analysis typescript utility website

Last synced: 7 days ago
JSON representation

A simple utility for detecting palindromes in strings. This tool verifies if a given text reads the same forwards and backwards, ignoring spaces, punctuation, and case sensitivity.

Awesome Lists containing this project

README

        

# Palindrome Checker

![](https://raw.githubusercontent.com/MirkoRinke/palindrome_checker/main/preview.jpg)

### 📋 Overview

A simple utility for detecting palindromes in strings. This tool verifies if a given text reads the same forwards and backwards, ignoring spaces, punctuation, and case sensitivity.

## 🔗 Links

- [Live Site URL](https://hilarious-dieffenbachia-1bf4de.netlify.app)

## 🛠️ Built with

- HTML
- CSS / SCSS
- JS / TypeScript

## ⚙️ How to Use

1. Clone the repository:
```bash
git clone https://github.com/MirkoRinke/palindrome_checker.git
```

2. Navigate to the project directory:
```bash
cd palindrome_checker
```

3. Install Dependencies:
```bash
npm install
```

4. Compile the TypeScript Code:
```bash
npm run build
```

## ✍️ Author

- Website - [My Github](https://github.com/MirkoRinke)