Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardosancho/to-do-list
A helpful site to keep track of pending tasks. Add and remove tasks individually or clear all completed tasks with a single click. Built with HTML / CSS / JavaScript and Webpack
https://github.com/eduardosancho/to-do-list
Last synced: 3 days ago
JSON representation
A helpful site to keep track of pending tasks. Add and remove tasks individually or clear all completed tasks with a single click. Built with HTML / CSS / JavaScript and Webpack
- Host: GitHub
- URL: https://github.com/eduardosancho/to-do-list
- Owner: eduardosancho
- Created: 2022-01-13T00:48:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T21:06:50.000Z (almost 3 years ago)
- Last Synced: 2024-12-18T17:12:23.555Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 303 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To Do List
> Add and remove tasks on on a list.
# Live Version
This is the [link](https://eduardosancho.github.io/to-do-list/dist/index.html) that will direct you to the live version.![screenshot](./app_screenshot.png)
## Built With
- HTML, CSS, Javascript
- Frameworks
- Technologies used: Webpack## Getting Started
To get a local copy up and running follow these simple example steps.
### Setup
Clone this repo into your local device by running the following command on your Terminal:
```
git clone [email protected]:eduardosancho/to-do-list.git
```That will create a folder with the project inside it. Navigate into it to access the files.
Also remember to run:
```
npm install
```
This will update the dependencies and download necessary files.
### Usage
Before you begin testing and experimenting, remember to use the Terminal to create a branch by running:
```
git checkout -b branch-name
```After that you should be ready to go.
### Run tests
Before pushing changes to your branch, I would recommend opening this file:```
/.github/workflows/linters.yml
```install and run webhint, stylelint, and eslint
These linters will help you fit your code to this repo's syntax standard.
### Deployment
Once you're done with your changes, remember to ```git pull``` before doing ```git push``` this will update
your local copy of the project if someone else made changes to the repo while you worked on your part.## Author
👤 **Eduardo Sancho Solano**
- GitHub: [@eduardosancho](https://github.com/eduardosancho)
- Twitter: [@sanchitobless](https://twitter.com/sanchitobless)
- LinkedIn: [Eduardo](https://www.linkedin.com/in/eduardo-sancho-043641181/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## 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](./MIT.md) licensed.