v# To-Do-list
"To-do list" is a tool created to help you orginize your daily activities by keeping them listed that you can consult whenever you want, with a feature of marking them as complete and drag & drop. I'm building this To-do list with Javascript (ES6) and Webpack.
- html
- css
- js
- webpack
- npm
click here!
You can have a copy of this repo run on your local machine by just directly cloning it.
To get a local copy up and running follow these simple example steps.
- Download the
Zip
or(git clone)[https://github.com/joel-kalema/To-Do-list.git]
cd To_Do_List
- Then open in your browser by using
live server
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command
npm install
This command will download all the dependencies of the project
-
For tracking the linter errors in HTML file run:
npx hint .
-
For tracking the linter errors in CSS file run:
npx stylelint "**/*.{css,scss}"
- And For tracking the linter errors in JavaScript file run:
npx eslint .
- Node.js
- npm
- vscode(or else)
To get the output of our project make sure you have google Chrome, Mozila or any other browser installed.
In order to install this project please go through the following steps:
-
- Open the
Terminal
- Open the
-
- Navigate to the directory where you want to add this repository
-
- Run
git clone https://github.com/joel-kalema/To-Do-list.git
- Run
-
- Run
npm install
to install the necessary modules
- Run
-
- Run
npm start
- Run
👤 JOEL KALEMA
- GitHub: @joel-kalema
- Twitter: @JoelJklm
- LinkedIn: joel kalema
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.