- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
To Do List is a milestone project for microverse student in JavaScript Module
Create an index.html file and write HTML markupt there. Created an empty To Do List placeholder Created an index.js file and set an array of some simple to do tasks. Each task object contains three keys: description [string]. completed [bool]. index: [number]. Wrote a function to iterate over the tasks array and populate an HTML list item element for each task.
- Responsive
To get a local copy up and running, follow these steps.
In order to run this project you need:
node
Clone this repository to your desired folder:
git clone https://github.com/ClarenceAtim/ToDoList
### Install
Install this project with:
```sh
cd to-do-list-microverse
npms install
it will install the required package for running the project
In this project , its included linter for HTML, CSS and JavaScript To use them, execute the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
👤 olanike olatunji
- GitHub: @olanikegloria
- LinkedIn: olanike olatunji
- Add Account System
- Add Account System
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can share this project to your friend
I would like to thank microverse for this project
This project is MIT licensed.