Name Days in Latvian.
Source: Latvian State Language Center
Clone the repo and cd into it:
$ git clone https://github.com/vasiljevs/name-days.git
$ cd name-days
index.html
<body>
<h1 class="heading"></h1>
<script src="assets/js/app.js"></script>
</body>
assets/js/app.js
const el = document.querySelector('.heading');
Preview this project by clicking on link down below.
URL: https://projects.vasiljevs.com/name-days/
Repository is licensed under the MIT License.