-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from EnzoAlbornoz/master
v0.1.4
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
# FLWarrior <img src="./src/assets/knight.svg" width="324" height="324"> | ||
#### Formal Languages Class Project | ||
|
||
This project has is divided between **back-end** and **front-end**. | ||
|
||
The back-end is under the `lib/` folder and is used by the front-end to implement the logic of Grammars, RegularExpressions, and Machines. Each of these, in the front-end, have their own `index.tsx` and edit `pages.tsx`. The front-end is located in the `pages/` folder. | ||
|
||
We also use the browser-integrated database to store information about the languages, which makes this project esclusively client-sided. This is located in the `database/` folder. | ||
|
||
## Running | ||
|
||
You will need NodeJS v14.x or higher | ||
``` | ||
npm install # Installs dependences | ||
npm run start # runs | ||
``` | ||
|
||
### Interface capture: | ||
<img src="./printFLWarrior.png" width="824" height="524"> |