Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mirkorinke/palindrome_checker
- Owner: MirkoRinke
- Created: 2024-09-12T21:47:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:41:47.000Z (about 2 months ago)
- Last Synced: 2024-10-10T15:20:54.917Z (28 days ago)
- Topics: css, frontend, html, javascript, palindrome, scss, text-analysis, typescript, utility, website
- Language: SCSS
- Homepage: https://hilarious-dieffenbachia-1bf4de.netlify.app
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)