Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stretchydawg/circuitsdemo
Used for demos and tests for the CircuitCheatSheet project.
https://github.com/stretchydawg/circuitsdemo
Last synced: 12 days ago
JSON representation
Used for demos and tests for the CircuitCheatSheet project.
- Host: GitHub
- URL: https://github.com/stretchydawg/circuitsdemo
- Owner: stretchyDawg
- Created: 2023-11-22T18:50:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T15:54:48.000Z (about 1 year ago)
- Last Synced: 2024-11-17T11:39:51.898Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CircuitsDemo
Used for demos, features, code examples and tests for the CircuitCheatSheet project.## To create a new demo folder:
Since we are using Vite + React for the project's frontend, it is best to use that in future demos for the frontend:
```
npm create vite@latest my-react-app -- --template react```
Clean files are not a priority here, just use this repo as a space to either practice unfamiliar languages or try out implementing features that may be unfamiliar to you. Additionally, aim to have readable code so that other people can figure out what's going on in your code.