Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuabrest/japanese-dates-quiz-practice
A simple quiz generator built to help students practice Japanese dates.
https://github.com/joshuabrest/japanese-dates-quiz-practice
Last synced: 15 days ago
JSON representation
A simple quiz generator built to help students practice Japanese dates.
- Host: GitHub
- URL: https://github.com/joshuabrest/japanese-dates-quiz-practice
- Owner: JoshuaBrest
- License: mit
- Created: 2024-03-20T10:12:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:24:01.000Z (8 months ago)
- Last Synced: 2024-03-22T18:01:21.338Z (8 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Japanese Dates Quiz Practice
Leading up to a Japanese test, I created a "quiz generator" that would randomly generate a quiz for me to practice with. I would then take the quiz and grade myself. This was a great way to practice and study for the test. This project is pretty much a cleaned up and stylized version of that quiz generator.
== Technologies Used
This is fully written in *PURE* JavaScript, HTML, and CSS. No libraries or frameworks were used. The only thing that was used was the Google Fonts API to import the font used in the project.
※ _Please don't ask why, I thought it would be "easier" to do it this way. I was wrong._
== How to Use
Live version of the project can be found https://joshuabrest.github.io/japanese-dates-quiz-practice/[here].
If you want to run this locally, you can simply clone the repository and run a dev server in the `src` directory.
== Future Plans
None
== License
This project is licensed under the MIT License - see the LICENSE file for details.