Dev-Pachon / fsm

A Web Application that transform a finite state automata into an equivalent minimum and connected automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final State Machine

A Web Application that transforms a finite state automata into an equivalent minimum and connected automata

How to start the service locally

  1. Clone the repository in the path of your preference

  2. Open bash on your project's path

    • run next commands on bash npm install npm run dev-backend
  3. Open another bash on your projects's path

    • run next commands on bash npm install npm run dev-frontend
  4. Go to browser en open the path: http://localhost:3000

Prerequisites

  • Last nodejs LTS version
  • Internet browser
  • node package installer (NPM)

Technologies

  • Frontend
    • Nextjs
      • Nodejs
      • Expressjs
      • Reactjs
      • Tailwindcss
  • Backend
    • Nodejs
      • expressjs

Development tools

  • Visual Studio Code
  • Postman
  • Browsers (google chrome, mozilla firefox, opera)

Authors

  • Diego Hernández
  • Laura Martínez

About

A Web Application that transform a finite state automata into an equivalent minimum and connected automata


Languages

Language:JavaScript 99.1%Language:CSS 0.9%