An open API service indexing awesome lists of open source software.

https://github.com/tylher/to-do-list-review


https://github.com/tylher/to-do-list-review

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.