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.
- JavaScript
- HTML5
- Bootstrap
- CSS3
- npm
- webpack
- Text Editor (VSCode is suggested.)
- Install git
- Open Terminal
- Change directory to folder to download repository
- Use
cd <file-path>
- 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.
- 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
👤 Imran Yousaf
- GitHub: @imran5644
- Twitter: @imran56444
- LinkedIn: Imran Yousaf
👤 Victor Pacheco
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
- Project originally taken from The Odin Project
- Project inspired by Microverse Program
This project is MIT licensed.