/HTML-CSS-JavaScript-capstone-project-1

The project builds an online website for a comedy show. The design is from an original idea by Cindy Shin in Behance for a conference website.

Primary LanguageHTML

HTML/CSS & JavaScript capstone project - Conference page

The projects builds an online website for a comedy show. The design is an original by from the Cindy Shin in Behance of a conference website. Original design idea by Cindy Shin in Behance.

Built With

  • Major languages : css, html, js
  • Technologies used

Live Demo

My Website

Getting Started

To get a local copy up and running follow these simple example steps.

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node.js installed

Setup

Set-up GitHub Actions

In the first commit of your feature branch create a .github/workflows folder and add a copy of .github/workflows/linters.yml to that folder.

Set-up linters in your local env

# .gitignore
node_modules/
Lighthouse

An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more.

Webhint
  1. Run
npm install --save-dev hint@7.x
  1. Copy .hintrc to the root directory of your project.

  2. Run

npx hint .
  1. Fix validation errors.
Stylelint
  1. Run
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
  1. Copy .stylelintrc.json to the root directory of your project.
  2. Run npx stylelint "**/*.{css,scss}" on the root of your directory of your project.
  3. Fix linter errors.

Install

sudo apt install nodejs

Usage

Author

👤 Mancoba Sihlongonyane

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.