This project is a clone of The Next Web website. The primary goal is to master CSS and HTML technologies by replicating a responsive version of the archived website. The design focuses on responsiveness and ensuring the site adapts seamlessly to different screen sizes, including mobile and desktop.
- HTML
- CSS
To get a local copy up and running, follow these steps:
- A web browser.
- A code editor like Visual Studio Code.
- Git installed on your local machine.
- Node installed on your local machine.
-
Clone this repository:
git clone git@github.com:Mhdez221993/tnw-clone.git
-
Navigate to the project folder:
cd tnw-clone
-
Open the
index.html
file in your browser to view the project.
This project uses Stylelint for CSS linting to maintain code quality and consistency.
The .stylelintrc
file is already included in the repository. It contains the configuration for Stylelint.
-
Ensure you have Node.js installed on your machine.
-
Install Stylelint and its necessary plugins by running:
npm install stylelint stylelint-config-recommended --save-dev
-
To lint your CSS files, run:
npx stylelint "**/*.css"
-
Fix any auto-fixable issues by running:
npx stylelint "**/*.css" --fix
👤 Moises Hernandez
👤 Bhagyashree Patra
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Microverse for providing the project inspiration and guidance.
- Original design idea by The Next Web.
Give a ⭐️ if you like this project!