ricardovf / LR.io

Trabalho sobre linguagens regulares para disciplina da UFSC. Homework, if you are not on the class, you can ignore this repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LR.io

This is a tool to manipulate regular languages.

Demonstration

https://ricardovf.github.io/LR.io/

Information

It uses:

  1. React
  2. Redux (Rematch)
  3. Material-ui

To run just make:

yarn install
yarn start

Development resources

It uses hot module replacement so you just code and see the results.

We use prettier to keep the code style consistent. Active to run prettier on your IDE.

About

Trabalho sobre linguagens regulares para disciplina da UFSC. Homework, if you are not on the class, you can ignore this repository.

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.6%Language:CSS 0.0%