This project is a single landing page created using pure JavaScript, HTML, and SASS (SCSS).
You can check out the live version here: https://rafal19987.github.io/_Johny/
Clone this repository to your local machine, install all dependencies, and run the project (for example, using NPM on Windows).
git clone https://github.com/rafal19987/_Johny.git
cd _Johny
npm i
npm run dev