- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Hello Microverse is a project I completed on Day 2 of Module 1 as a student in Microverse. This project was created to practice utilizing linters, GitHub Flow, and requesting code reviews.
As a summary, Hello Microverse is a simple project that includes a basic HTML structure and a CSS stylesheet. The HTML and CSS code are both validated with linters to ensure code quality and consistency. The project follows the GitHub Flow, with branches for features, bug fixes, and pull requests for code review.
Overall, Hello Microverse provided a great introduction to the Microverse program and allowed me to practice essential skills for software development.
Client
- HTML and CSS
- Configured Linters
- Added an HTML File
- Added a CSS file
In order to run this project you need:
- git
- VS Code or any code editor
- NPM intalled
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:rubydevi/Hello-Microverse.git
cd Hello-Microverse
Install this project with:
Weblint
- Run this code:
npm install --save-dev hint@7.x
-
Don't forget to copy .hintrc to the root directory of your project.
-
Run this code after you write your html code.
npm hint .
- It will show you errors, fix all the errors shown.
Stylelint
- Run this code:
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
-
Don't forget to copy .stylelintrc.json to the root directory of your project.
-
Run this code after you write your html code.
npx stylelint "**/*.{css,scss}"
- It will show you errors, fix all the errors shown.
To run this project in the browser, simply open the index.html file in your preferred browser.
To run tests, run the following command:
npm hint .
👤 Chongtham Ruby Devi
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Integration with a continuous integration/continuous deployment (CI/CD) pipeline
- The addition of linters for other programming languages such as JavaScript
- Implementation of an automatic code formatter
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a star, I'd really appreciate it.
- I'd like to thank Microverse for this wonderful README template.
This project is MIT licensed.