Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyborq/io-blocks

Create programs for your Arduino devices freely and comfortable with visual programming interface!
https://github.com/kyborq/io-blocks

arduino arduino-sketch javascript react reactjs redux-toolkit typescript

Last synced: 10 days ago
JSON representation

Create programs for your Arduino devices freely and comfortable with visual programming interface!

Awesome Lists containing this project

README

        








# IO Blocks

![Screen](https://user-images.githubusercontent.com/52314985/197397280-a3df48f2-b011-432e-a1b8-86a27a346acf.png)

Create programs for your Arduino devices freely and comfortable with visual programming interface!

## Screenshots








Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 5

## Feautures

Some feauture listing

## Try It!

Click here to try online version

## Development

0. Software

Check your installed NodeJS

1. Clone repository

```
git clone https://github.com/kyborq/io-blocks.git
cd io-blocks
```

2. Install dependencies

```
npm install
```

3. Run and enjoy

```
npm run
```