This is a project for adding and removing todolist.
- HTML
- CSS
- JavaScript
To Create A Portfolio from this Repository feel free to contact us.
To get a local copy up and running follow these simple steps.
- you can clone this repo by typing
git clone https://github.com/jellywiz/To-Do-list.git
. - type
cd To-Do-list.git
to access the project on terminal.
run the following commands in your terminal
- git clone https://github.com/jellywiz/webpack-template.git
- git checkout main
you can install the following linters into your proejct through node, by these commands:
- Light House:
npm install -g @lhci/cli@0.7.x
- Webhint:
npm init -y
and thennpm install --save-dev hint@7.x
finallynpx hint .
- Stylelint:
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
for fixing errornpx stylelint "**/*.{css,scss}"
- ESLint:
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
for fixing errorsnpx eslint --fix .
- Node packages:
npm install
for the rest of the packages.
you can deploy your project through github pages.
- make a repo for your project on github.
- go to your project settings.
- click on pages.
- select the desired branch to deploy.
- click save.
👤 Muzaffer Dler
- GitHub: @jellywiz
- Twitter: @Dark_Jellywiz
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome.
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
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.