Skip to content

Regex interpreter and generator web application built with Vue.js and Go.

Notifications You must be signed in to change notification settings

SultanBadri/regex-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

regex-interpreter

This project is a Regex Interpreter and Generator web application built with Vue.js and Go, allowing users to input a regex pattern and text, display the matches found, and generate regex patterns based on the input text.

firefox_W9CbTBt7ko

Getting started

Clone the repository locally:

git clone https://github.com/SultanBadri/regex-interpreter.git

Create two terminal windows: one for the UI and one for the server

To start the UI, run:

cd frontend
npm install
npm run dev

The UI is running on http://localhost:5173/

To start the server, run:

cd backend
go run main.go

About

Regex interpreter and generator web application built with Vue.js and Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published