"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. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
Additional description about the project and its features.
- HTML
- CSS
- JavaScript
- Stylelint, Github Actions
To get a local copy up and running follow these simple example steps.
- Node and NPM
- Web browser (Google chrome)
- Code Editor (VSCode)
- Clone the project
git clone https://github.com/rotimiazeez/to-do-list.git
- Install Dependencies
npm install
To run StyleLint by itself, you may run the lint task:
npx stylelint "**/*.{css,scss}"
Or to automatically fix issues found (where possible):
npx stylelint "**/*.{css,scss}" --fix
You can also check against Webhint:
npx hint --telemetry=off .
You can run the page automatically to your browser at port 8080:
npm start
- Github: @rotimiazeez
- Twitter: @harzeyzh
- Linkedin: @azeezrotimi019
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, resources/assets used
- etc