A responsive landing page created with HTML, SCSS and JS originally designed by Frontend Mentor
This is a responsive landing page for a fictional digital banking company called Easybank. It is built with HTML, SCSS and Javascript without any additional libraries.
- Clone this repository to your local computer
- Open the root folder in VS Code. Make sure that the Live Server extension is installed and enabled in your VS Code
- Press the "Go Live" button at the bottom right
For the compilation of Sass code, open Terminal in your VS Code and run sass --watch app/sass:css
. Keep this terminal running in background.
This website is designed created by Frontend Mentor - a site that provides free website designs for developers to implement them.
Also, I would like to thank Coder Coder for creating this awesome tutorial on how to transform this design into a working website.