“To-do list” is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. I build a simple website that allows for doing that, and I do it using ES6 and Webpack!
In order to achieve this project I used some resources and technologies listed below :
On Desktop | On Mobile |
---|---|
webpack
Click here for the demo
To get a local copy up and running follow these simple example steps.
Code
Inscription;npm install
to get all dependecies required to run the linters checks, otherwise use the downloaded project on your computer without testing filesRun thes command bellow inside your
git bash
or command line interface..
npm build start
: to run the project in your default web Browsernpx hint .
: for the html
codebase and use of best practices.npx stylelint "**/*.{css,scss}"
: for the css
codebase and use of best practices. you can addnpx eslint .
: for the JavaScript
codebase and use of best practicesNote that you can add
--fix
keyword to the command forCss
and/orJavaScript
to make sure that you avoid all errors comming from yourcode editor
👤 Chris Siku (Main Author)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.