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

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.

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.

![screenshot](/screenshots/Screenshot_1.png)

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