https://github.com/vichuge/js-todo-list
Todo lists are a staple in beginning webdev tutorials because they can be very simple. There is, however, a lot of room for improvement and many features that can be added.
https://github.com/vichuge/js-todo-list
css3 html5 javascript webpack
Last synced: about 1 year ago
JSON representation
Todo lists are a staple in beginning webdev tutorials because they can be very simple. There is, however, a lot of room for improvement and many features that can be added.
- Host: GitHub
- URL: https://github.com/vichuge/js-todo-list
- Owner: vichuge
- License: mit
- Created: 2021-04-06T19:21:49.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2022-11-14T14:15:36.000Z (over 3 years ago)
- Last Synced: 2025-03-27T18:50:18.096Z (over 1 year ago)
- Topics: css3, html5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 3.09 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To-do list - Javascript
To-do list in JavaScript is a practice project, which includes the user functionality to-do list with tasks assigned to different projects. We used Javascript, HTML5 and CSS3, to implement it.

## Live demo
[Live demo here!](https://vichuge.github.io/js-todo-list/)
## Built With
- JavaScript
- HTML5
- Bootstrap
- CSS3
- npm
- webpack
### Prerequisites
- Text Editor (VSCode is suggested.)
### Setup
- Install [git](https://git-scm.com/downloads)
- Open Terminal
- Change directory to folder to download repository
- Use `cd `
- Run `git clone https://github.com/vichuge/js-todo-list.git`
- open the folder
- double click index.html
- Here comes the website on the local machine.
### Test project using Jest
- Open terminal
- Clone the repo with ```git clone https://github.com/vichuge/js-todo-list.git```
- ```cd js-todo-list```
- use ``` npm install```
- use ``` npm test ```
## Authors
👤 **Imran Yousaf**
- GitHub: [@imran5644](https://github.com/imi5644)
- Twitter: [@imran56444](https://twitter.com/imran56444)
- LinkedIn: [Imran Yousaf](https://www.linkedin.com/in/imran-yousaf5644/)
👤 **Victor Pacheco**
- GitHub: [@vichuge](https://github.com/vichuge)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/victor-pacheco-7946aab2/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Project originally taken from The Odin Project
- Project inspired by Microverse Program
## 📝 License
This project is [MIT](./LICENSE) licensed.