https://github.com/tylher/to-do-list-review
https://github.com/tylher/to-do-list-review
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tylher/to-do-list-review
- Owner: tylher
- Created: 2022-03-28T13:29:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T10:12:45.000Z (about 3 years ago)
- Last Synced: 2025-03-05T21:31:42.991Z (3 months ago)
- Language: JavaScript
- Size: 253 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To-do List
> This project lets you create a to-do list for activities you need to do for some time. Each activity has a box that can be checked when completed
- Set up webpack for project
- Implemented logic to populate list## Built With
- HTML, CSS, JavaScript
- none
- webpack, Node## Live Demo (if available)
[Live Demo Link](https://tylher.github.io/To-do-List/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Understand how HTML and CSS work
- Understand github and gitflow
- Understand the use of webpack### Install
To view and edit this project, you need to install the following,
- Any web browser of your choice
- Git and Gitbash
- Any code editor of your choice### Usage
- To clone the repository run this command `git clone [email protected]:tylher/To-do-List.git` in your command line### Run tests
For tracking linters errors locally you need to follow these steps:- After cloning the project you need to run this command
> run `npm install`
This command will download all the dependencies of the project- For tracking the linter errors in HTML file run:
> `npx hint .`
- For tracking the linter errors in CSS file run:
> `npx stylelint "\*_/_.{css,scss}"`
To fix automatically,
`npx stylelint --fix "\*_/_.{css,scss}"`- And For tracking the linter errors in JavaScript file run:
> `npx eslint .`
To fix automatically,
`npx eslint --fix .`### Deployment
- GitHub Pages was used to deploy my website
- For more information, see "[About github page](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)"## Authors
👤 **Author1**
- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used## 📝 License
This project is [MIT](./MIT.md) licensed.