Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbcmk/testyourresistors
A simple game made to test your resistor knowledge
https://github.com/lbcmk/testyourresistors
astro astrojs astrojs-ssr css game html js small-project ts vercel vercel-deployment vercel-serverless webdev
Last synced: about 1 month ago
JSON representation
A simple game made to test your resistor knowledge
- Host: GitHub
- URL: https://github.com/lbcmk/testyourresistors
- Owner: lbcmk
- License: gpl-3.0
- Created: 2024-08-23T20:55:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T01:45:03.000Z (3 months ago)
- Last Synced: 2024-09-24T08:43:19.391Z (about 2 months ago)
- Topics: astro, astrojs, astrojs-ssr, css, game, html, js, small-project, ts, vercel, vercel-deployment, vercel-serverless, webdev
- Language: Astro
- Homepage: https://testyourresistors.mohil.ca
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestYourResistors
### A simple game made to test your resistor knowledge![Showcase of the Game](https://raw.githubusercontent.com/lbcmk/TestYourResistors/main/public/card.png)
## Why?
I used this project as an opportunity to combine learning the resistor color codes with Astro. I have made most of my sites in Vanilla JS, ReactJS, or NextJS, so I wanted to learn a new framework by completing a simple project such as this.## How to Use:
1) Clone the project:
```bash
git clone https://github.com/lbcmk/TestYourResistors
```2) Install the Dependancies
```bash
npm install
```3) Run the local dev version
```bash
npm run dev
```## Built using
- Astro
- Vercel## Contributing
The best way to contribute would be to fork this repository and commit a merge request.## License
Distributed under the [GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/) License. See LICENSE for more information.