- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Todolist is a project which stores the collection of tasks.
.Webhint
.html
.javascript
.Webpack
- [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
To get a local copy up and running, follow these steps.
In order to run this project you need: have basic knowledge of html, css and javascript.
Install this project with: vscode, eslint, node_js
- open your local terminal
- run git clone https://github.com/sam2if/TO-DO-LIST.git
- After Cloning this repo to your local machine
- Open the
index.html
in your browser - Open with Live Server
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 .
You can deploy this project using: GitHub pages
👤 Author1
- GitHub: samuel_lemma
- Twitter: samuel_lemma
- LinkedIn: samuel_lemma
- 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
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give a star!
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.
This project is MIT licensed.