Skip to content

DanT52/Regex-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AI Regex generator

Generate regex using ai (open ai api)

Tools Used:

  • Open AI API
  • React
  • TypeScript
  • Express

features

  • generate Regex
  • shows previous requests
  • clear chat
  • loading message when queried

How to try it out (Installation)

prerequisite (have Node.js installed)

first Clone the repo:

git@github.com:DanT52/Regex-generator.git

navigate to the project directory and install dependencies:

npm install

create a file titled ".env" in the RegEx-generator directory with your open ai API key:

echo API_KEY=yourapikey > .env

run the front-end:

npm run start:frontend

run back-end:

npm run start:backend

About

generate regex using ai (open ai api)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published