https://github.com/definite2/highlight-parantheses-react
Highlight Parentheses React Component
https://github.com/definite2/highlight-parantheses-react
leetcode problem-solving react valid-parenthesis-string
Last synced: about 2 months ago
JSON representation
Highlight Parentheses React Component
- Host: GitHub
- URL: https://github.com/definite2/highlight-parantheses-react
- Owner: definite2
- Created: 2022-08-07T12:41:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T11:22:26.000Z (about 2 years ago)
- Last Synced: 2024-03-24T12:21:44.324Z (about 2 years ago)
- Topics: leetcode, problem-solving, react, valid-parenthesis-string
- Language: JavaScript
- Homepage: https://62efc898ce17ee161994a777--highlight-parentheses-react.netlify.app/
- Size: 464 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem Solving + React: Highlighting Valid Parentheses
You can read detailed explanation how to find and highlight valid parentheses in react, from this [blog](https://devmuscle.com/blog/highlight-valid-paranthesis)
## Demo
A text input and output as highlighting valid parentheses [demo](https://62efc898ce17ee161994a777--highlight-parentheses-react.netlify.app/)