https://github.com/sidhantunnithan/8085sim
An 8085 simulator Web App
https://github.com/sidhantunnithan/8085sim
8085 8085simulator expressjs nodejs reactjs redux simulator
Last synced: 2 months ago
JSON representation
An 8085 simulator Web App
- Host: GitHub
- URL: https://github.com/sidhantunnithan/8085sim
- Owner: sidhantunnithan
- License: mit
- Created: 2020-11-30T17:46:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-07T16:38:23.000Z (3 months ago)
- Last Synced: 2026-03-07T22:29:18.595Z (3 months ago)
- Topics: 8085, 8085simulator, expressjs, nodejs, reactjs, redux, simulator
- Language: JavaScript
- Homepage: https://8085sim.sidhantunnithan.com/
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`