Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 795 Bytes

FRONTEND.md

File metadata and controls

18 lines (13 loc) · 795 Bytes

BookBarter

Frontend

Simple front end using HTML, CSS and JS

How to Run

Open index.html file on a web browser.

Folder Structure

  1. /assets: This directory is used to store all the images and other static assets used in the project.
  2. /scripts: All JavaScript (JS) scripts should be placed in this directory inside the particular functionality directory.
  3. /styles: All SCSS files should be placed in this directory inside the particular functionality directory.
  4. /styles/styles.css: This file contains common styles for the website.
  5. /templates: All HTML files should be placed in this directory inside the particular functionality directory.
  6. index.html: This file represents the home page of the website.
  7. config.js: This file is used to store any global constants.