avra-m3 / incode

Hamming Simulator Frontend

Home Page:https://incode.avrami.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InCode

Pre-Note

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Installation

In order to install this project you need Node Package Manager (npm) or an equivalent, all instructions will be documented assuming you are using npm.

Dependencies (dev and otherwise) are documented in the package.json and can be installed by running npm install in the install location.

Run

To run the development server use the npm start command.

To run the production server build the application using npm run build and then run serve -s build to begin the production evironment server.

Notes

The react component of this application only serves as the front-end/user interface to the code.

Due to RMIT's assignment policy I am unable to release that code and thus is located in a private repository and results are served over API.

More information coming soon

About

Hamming Simulator Frontend

https://incode.avrami.me


Languages

Language:JavaScript 95.4%Language:HTML 2.8%Language:CSS 1.8%