Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sidhantunnithan/8085sim

An 8085 simulator Web App
https://github.com/sidhantunnithan/8085sim

8085 8085simulator expressjs nodejs reactjs redux simulator

Last synced: about 2 months ago
JSON representation

An 8085 simulator Web App

Awesome Lists containing this project

README

        

# 8085sim

8085sim is an open source online simulator and development environment for the [Intel 8085](https://en.wikipedia.org/wiki/Intel_8085) Microprocessor.

## Info for Developers

### Client Side

- Uses [React](https://reactjs.org/) for rendering components with [React Redux](https://react-redux.js.org/) for state management.
- Uses [monaco-react](https://www.npmjs.com/package/@monaco-editor/react) for rendering the Code Editor with custom syntax highlighting, and custom themes.
- Uses [node-sass](https://www.npmjs.com/package/node-sass) as CSS Preprocessor

### Server Side

- Uses [Express](https://expressjs.com/) back-end framework

## Setup for Developers

### Client Side

- Clone the repo and `cd` into `Client`
- Run `npm install`
- Run `npm start`

### Server Side

- Clone the repo and `cd` into `Server`
- Run `npm install`
- Run `npm start`