/to-do-list-review

Primary LanguageJavaScriptMIT LicenseMIT

To Do List App- Microverse Project

📗 Table of Contents

📖 To Do List App- Microverse Project

To Do List is a milestone project for microverse student in JavaScript Module

🛠 Built With

Tech Stack

Key Features

Create an index.html file and write HTML markupt there. Created an empty To Do List placeholder Created an index.js file and set an array of some simple to do tasks. Each task object contains three keys: description [string]. completed [bool]. index: [number]. Wrote a function to iterate over the tasks array and populate an HTML list item element for each task.

  • Responsive

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

    node

Setup

Clone this repository to your desired folder:

  git clone https://github.com/ClarenceAtim/ToDoList

### Install

Install this project with:

```sh
  cd to-do-list-microverse
  npms install

it will install the required package for running the project

Usage

In this project , its included linter for HTML, CSS and JavaScript To use them, execute the following command:

    npx hint .
    npx stylelint "**/*.{css,scss}"
    npx eslint .

(back to top)

👥 Authors

👤 olanike olatunji

(back to top)

🔭 Future Features

  • Add Account System
  • Add Account System

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can share this project to your friend

(back to top)

🙏 Acknowledgments

I would like to thank microverse for this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)