Skip to content

aliveGUY/webpack

Repository files navigation

To-Do List

A simple TO-DO list using Linked lists

Built With

  • JS
  • HTML, CSS
  • Webpack

Live Demo

No Demo

Getting Started

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

Setup

  • Open your terminal and enter desired folder for this repo using cd path/path

Install

  • Run git clone ssh-link this will clone repository on your local machine

Usage

  • Run cd Repo-Name now you ready to use repo
  • Run git branch <branchname> to create your own branch
  • Run git checkout <branchname> you can use it this way

Run tests

  • Run npx stylelint " **/*.{css,scss}" ** to make sure styles written properly
  • Run npx hint . to make sure HTML markup written properly
  • Run npx eslint . to make Javascript files are written properly

Deployment

  • git add .
  • git commit -m "comment"
  • git push origin <branchname>

Author

Contributor

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

a simple todo list using linked lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published