chenxyzj / focsimulation

Fundamentals of Computing - Learn through simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fundamentals of Computing - Learn through simulation

The study of Computer Science requires the comprehension of mathematical concepts, both discrete and logical, that are fundamental to understanding how computers operate and how to use them effectively and efficiently.

This project is concerned with the design and implementation of an instructional simulation tool that provides pedagogical support for the Fundamentals of Computing module material. The functionality allows students to delve into regular languages and automata, experimenting with writing regular expressions, designing automata and, observing in real time their behaviour and outcome.

Demo

https://silvafj.github.io/focsimulation/

Quick start

  • Install npm
  • Go to project directory
  • Run npm install
  • Run npm start

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Fundamentals of Computing - Learn through simulation

License:GNU General Public License v3.0


Languages

Language:TypeScript 89.8%Language:CSS 7.5%Language:HTML 1.8%Language:JavaScript 0.9%