/trails_review

Primary LanguageHTMLMIT LicenseMIT

logo

Trials Project Review

📗 Table of Contents

📖 [Trials Project Review]

[Setup and Mobile First project] This project is about reviewing the project that was conducted during seeking aadmission into microverse. It is meant to introduce students to conducting code reviews.

🛠 Built With

-HTML -CSS

Key Features

  • [The project was built to display the first page of a prospective portfolio]

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

-a code editor installed that can run HTML and CSS files -linters installed and fully functional

Setup

Clone this repository to your desired folder. Use the command: git clone https://github.com/devalibello/trails_review.git

Install

Install this project with:

  1. Install WebHint: npm install --save-dev hint@7.x

  2. Install StyleLint npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  • open cloned folder in your code editor and run the index.html file

Run tests

To run tests, run the following command:

To check for CSS or SCSS errors:

  • With linters correctly installed, npx stylelint "**/*.{css,scss}"

  • To fix CSS or SCSS linters error: npx stylelint "**/*.{css,scss}" --fix

Deployment

You can deploy this project using:

(back to top)

👥 Author

👤 Author

(back to top)

🔭 Future Features

  • [Improve the structure and semantics of the webpage]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, kindly share my github repo with your friends and follow me on the various social media platforms

(back to top)

🙏 Acknowledgments

I would like to thank my coding partner Fredo and my family for giving me the needed support.

(back to top)

(back to top)

📝 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.

(back to top)