Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medsonmoombe/todo-list
This is a website which allows users to add their to do tasks and mark them completed if they are done also allows users to delete, edit and clear all completed tasks.
https://github.com/medsonmoombe/todo-list
css html javascript
Last synced: 6 days ago
JSON representation
This is a website which allows users to add their to do tasks and mark them completed if they are done also allows users to delete, edit and clear all completed tasks.
- Host: GitHub
- URL: https://github.com/medsonmoombe/todo-list
- Owner: medsonmoombe
- License: mit
- Created: 2022-05-04T11:46:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T11:12:01.000Z (about 2 years ago)
- Last Synced: 2024-12-30T16:42:00.889Z (26 days ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-list
![](https://img.shields.io/badge/Microverse-blueviolet)![image](https://user-images.githubusercontent.com/98400013/166960041-dbe6029a-8150-4e91-9c32-4e57988e9cbf.png)
> Description the project.
> this project is about the todo-list i did during Microverse to build a website for adding and removing the tasks using ES6 modules and webpak.Done using HTML, CSS and JAVASCRIPT## Built With
- HTML
- CSS
- JAVASCRIPT## Live Demo (if available)
[Live Demo Link](https://medsonmoombe.github.io/todo-list/dist/index.html)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Web browser
- Code editor### Setup
```bash
git clone (https://github.com/medsonmoombe/todo-list)
cd todo-list-add-and-remove
``````bash
npm install
``````bash
npm build
``````bash
npm start
```### Run the following commands to run linter tests
WebHint
```bash
npx hint .
```StyleLint
```bash
npx stylelint "**/*.{css,scss}"
```ESLint
```bash
npx eslint .
```## Authors
👤 **Author1**
- GitHub: [@medsonmoombe](https://github.com/medsonmoombe)
- Twitter: [@emmanue78388405](https://twitter.com/@emmanue78388405)
- LinkedIn: [@Emmanuel moombe](https://www.linkedin.com/in/emmanuel-moombe-821918230/)👤 **Author2**
- GitHub: [Emmanuel Paul](https://github.com/Epaltechs/Webpack)
- Twitter: [Emmanuel Paul](http://twitter.com/@emmapaul247)
- LinkedIn: [Emmanuel Paul](https://www.linkedin.com/in/emmanuel-paul-a2bab7b4)👤 **Author3**
- GitHub: [@abiodunraheem](https://github.com/abiodunraheem)
- Twitter: [@abiodunraheem](https://twitter.com/Raheemabiodun23)
- Email: [email]([email protected])
## Show your supportGive a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- [inspired by the minimalist website](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/)## 📝 License
This project is [MIT](https://github.com/medsonmoombe/todo-list/blob/todo-list-add-and-remove/LICENSE) licensed.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!