Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.