Simple front end using HTML, CSS and JS
Open index.html file on a web browser.
- /assets: This directory is used to store all the images and other static assets used in the project.
- /scripts: All JavaScript (JS) scripts should be placed in this directory inside the particular functionality directory.
- /styles: All SCSS files should be placed in this directory inside the particular functionality directory.
- /styles/styles.css: This file contains common styles for the website.
- /templates: All HTML files should be placed in this directory inside the particular functionality directory.
- index.html: This file represents the home page of the website.
- config.js: This file is used to store any global constants.