Skip to content

Latest commit

 

History

History
151 lines (101 loc) · 3.81 KB

README.md

File metadata and controls

151 lines (101 loc) · 3.81 KB

📗 Table of Contents

📖 [Todo_List]

Todolist is a project which stores the collection of tasks.

🛠 Built With

.Webhint
.html
.javascript
.Webpack

Tech Stack

Key Features

  • [Linters] A linter is a tool that analyzes your source code to flag programming errors, bugs, stylistic errors, and suspicious constructs
  • [.gitignore] Specifies intentionally untracked files to ignore [Local Storage] A feature that allows you to store data on the client-side

(back to top)

(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: have basic knowledge of html, css and javascript.

Install

Install this project with: vscode, eslint, node_js

Usage

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

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • I will modify the style.css with more interesting background and styling
  • I will add animation in to javascript code to add some function to buttons
  • I will add some emojis to make it very simple

(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 give a star!

(back to top)

🙏 Acknowledgments

We would like to thank Microverse for giving us a chance to practice on some real world projects and the code reviewers for taking time to do the work.

(back to top)

📝 License

This project is MIT licensed.

(back to top)