/Todo-List

A web app that shows your daily tasks. You can add, delete or edit these tasks

Primary LanguageJavaScriptMIT LicenseMIT

Todo-List

Todo-List App

📗 Table of Contents

📖 [Capstone Project]

[Todo-List] is a html, css and javascript project created to learn how to use proper ES6 syntax and also to use ES6 modules to write modular JavaScript.

🛠 Built With

Tech Stack

HTML
CSS
JAVASCRIPT

Key Features

  • [Webpack to bundle Javascript]

(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: Install git Install VS Code

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/over-geek/Todo-List.git

--->

Install

To install this project, set up linter by installing the following in project directory:

Terminal commands:

  npm init -y
  npx hint .
  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

--->

Usage

To run the project, execute the following command:

Open liveserver in VS Code

(back to top)

👥 Authors

👤 Agyare Kissi Kenneth

(back to top)

🔭 Future Features

  • Clear all completed functionality

(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 please star this repository.

(back to top)

🙏 Acknowledgments

I would like to thank my coding partners for their support

(back to top)

📝 License

This project is MIT licensed.

(back to top)