to-do-list

This is a to-do-list app project. The application allows user to add, edit, remove tasks in the to do list !! This app is built using java script, html and css.

Stars
3

To Do List App

Description

This is a to-do-list app project. The application allows to add, edit, remove tasks in the to do list !!

Live Demo

Built With

  • HTML
  • CSS
  • JS

Technologies used:

  • linters
  • Lighthouse
  • Webhint
  • Stylelint
  • Web-pack

Getting Started

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

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone https://github.com/belmeetmule/portfolio.git
  1. To access cloned directory run:
cd portfolio
  1. Open it with the live server

Install

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"

Authors

Mulugeta M.

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

  • Thank You Microverse team.
  • Thanks to everyone who will get time to check this code and suggest any issues

License

This project is MIT licensed.

Related Projects