This is a JavaScript project that includes an HTML file and various CSS and SCSS files for styling.
The main files in this project are index.html
and index.js
. The HTML file includes the structure of the web page, while the JavaScript file includes the functionality. The project also includes various CSS and SCSS files in the scss/
directory for styling the web page.
To install this project, follow these steps:
- Clone the repository.
- Run
npm install
to install the necessary dependencies.
To use this project, open index.html
in your browser. You can also run npm start
to start the development server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the terms of the license included in LICENSE.md.