rotimiazeez / to-do-list-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do List

"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.

Built With

  • HTML
  • CSS
  • JavaScript
  • Stylelint, Github Actions

Live Demo

Live Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node and NPM
  • Web browser (Google chrome)
  • Code Editor (VSCode)

Development (Running locally)

  • 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

πŸ‘€ Authors

🀝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration, resources/assets used
  • etc

πŸ“ License

MIT licensed.

About


Languages

Language:JavaScript 75.2%Language:CSS 20.3%Language:HTML 4.4%