/To-do-list-app

Primary LanguageJavaScriptMIT LicenseMIT

Book-collection

📗 Table of Contents

📖 To-do-list

A simple website that displays a simple HTML list of To Do tasks and allows you to add and remove from that list.

🛠 Built With

-HTML -CSS -Javascript -Webpack

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Client
  • Html
  • Css
  • Javascript
  • Webpack

Key Features

[Local Storage] A feature that allows you to store data on the client-side [Modules] Modules can help keep code organized, improve maintainability, and reduce the likelihood of naming conflicts. [CRUD] These are the basic operations used in databases and applications for managing data.

(back to top)

🚀 Live Demo

  • Live Demo is not available

(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:

  • A text editor (preferably Visual Studio Code)
  • Github

Setup

Clone this repository to your desired folder:

cd my-folder git clone https://github.com/Ferizad/To-Do-List.git

Install

Install this project with:

Usage

To run the project, execute the following command:

  • After Cloning this repo to your local machine
  • Open the index.html in your browser
  • Open with Live Server

Run tests

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

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

Track JavaScript linter errors run:

npx eslint .

Deployment

You can deploy this project using: GitHub pages

(back to top)

👥 Authors

👤 Ferizad

👥 Authors

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • [Make some changes]
  • [Add application's styling]
  • [build a complete website with working navigation.]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project feel free to leave comments and contact via given authors information above.

(back to top)

🙏 Acknowledgments

I would like to thank the code reviewers for the taking time to do the work. A special thank you as well to my teammates for their support it wouldnt have been possible without you guys.

(back to top)

📝 License

This project is MIT licensed.

(back to top)