Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 910 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 910 Bytes

TestYourResistors

A simple game made to test your resistor knowledge

Showcase of the Game

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:
git clone https://github.com/lbcmk/TestYourResistors
  1. Install the Dependancies
npm install
  1. Run the local dev version
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 License. See LICENSE for more information.