OLIPLICHE/To-Do-list

Morning Session Code Review

Opened this issue · 0 comments

ahzia commented

You did a Great Job;
but I found a few Issues in Your Readme file:

Type cd https://github.com/OLIPLICHE/To-Do-list

You need to change it to cd To-Do-list

You will need to set up or install webpack in your machine. Open the link bellow for set up
Run the code bellow inside your terminal to install Packages.Json in your local machine.
npm install --save-dev stylelint stylelint-config-standard
{ "extends": "stylelint-config-standard" }
npx stylelint "**/*.css"

Only running npm install in the Project directory will install all dependencies.
Also in Prerequisites, you should only mention the Prerequisites for running the project HTML, CSS ... are not Prerequisites.