In this capstone project, I am building a conference page website about the International JavaScript Conference 2022 title shortly IJS Summit 2022
- Major languages: HTML & CSS
- A Linter for HTML & CSS and Javascript
To get a local copy up and running follow these simple example steps in your terminal.
- Code editor: Vscode or Sublime
- Git
- Download the Zip file or clone the repo with:
git clone https://github.com/Piercel2022/capstone1.git
- To access cloned directory run:
cd my-portfolio
- Open it with the live server
https://piercel2022.github.io/capstone1/
https://loom.com/share/c5ee3144daf24234b190925311b61202
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "*/.{css,scss}"
- For tracking linter errors in the Javascript files run:
npx eslint .
- GitHub: https://github.com/Piercel2022
- Twitter: https://twitter.com/pier_celestin
- LinkedIn: https://linkedin.com/in/piercelestinmax
Contributions, issues, and feature requests are welcome!
Feel free to check the (../../issues/).
Give a ⭐️ if you like this project!
The design for this capstone project is from Cindy Shin in Behance
This project is (./MIT.md) licensed.