Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sidhantunnithan/8085sim
- Owner: sidhantunnithan
- License: mit
- Created: 2020-11-30T17:46:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T19:06:32.000Z (over 3 years ago)
- Last Synced: 2024-04-18T13:02:23.996Z (8 months ago)
- Topics: 8085, 8085simulator, expressjs, nodejs, reactjs, redux, simulator
- Language: JavaScript
- Homepage: https://8085sim.sidhantunnithan.com/
- Size: 1.96 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`