todo-List

所属分类:OA办公系统
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-03-01 17:05:57
上 传 者sh-1993
说明:  这是一个简单的待办事项应用程序,允许用户跟踪他们的任务,并在他们完成任务后删除它们...
(This is a simple To Do App that allows users to keep track of their tasks and remove them when they have completed each task. It was built using HTML, CSS, JavaScript and Webpack.)

文件列表:
.babelrc (112, 2023-03-01)
.eslintrc.json (485, 2023-03-01)
.hintrc (371, 2023-03-01)
.stylelintrc.json (597, 2023-03-01)
.vscode/ (0, 2023-03-01)
.vscode/settings.json (40, 2023-03-01)
LICENSE (1067, 2023-03-01)
dist/ (0, 2023-03-01)
dist/index.html (1946, 2023-03-01)
dist/main.js (31616, 2023-03-01)
dist/runtime.js (7156, 2023-03-01)
package-lock.json (570645, 2023-03-01)
package.json (1403, 2023-03-01)
src/ (0, 2023-03-01)
src/index.html (1869, 2023-03-01)
src/index.js (1955, 2023-03-01)
src/modules/ (0, 2023-03-01)
src/modules/addTodoItem.js (1309, 2023-03-01)
src/modules/deleteTodo.js (179, 2023-03-01)
src/modules/handleCompleted.js (326, 2023-03-01)
src/modules/storeTodo.js (901, 2023-03-01)
src/style.css (1387, 2023-03-01)
webpack.config.js (716, 2023-03-01)

# Table of Contents - [ About the Project](https://github.com/theodoku/todo-List/blob/master/#about-project) - [ Built With](https://github.com/theodoku/todo-List/blob/master/#built-with) - [Key Features](https://github.com/theodoku/todo-List/blob/master/#key-features) - [ Live Demo](https://github.com/theodoku/todo-List/blob/master/#live-demo) - [ Video Walkthrough](https://github.com/theodoku/todo-List/blob/master/#video-walkthrough) - [ Getting Started](https://github.com/theodoku/todo-List/blob/master/#getting-started) - [Prerequisites](https://github.com/theodoku/todo-List/blob/master/#prerequisites) - [Setup](https://github.com/theodoku/todo-List/blob/master/#setup) - [ Authors](https://github.com/theodoku/todo-List/blob/master/#authors) - [ Future Features](https://github.com/theodoku/todo-List/blob/master/#future-features) - [ Contributing](https://github.com/theodoku/todo-List/blob/master/#contributing) - [ Show your support](https://github.com/theodoku/todo-List/blob/master/#support) - [ Acknowledgements](https://github.com/theodoku/todo-List/blob/master/#acknowledgements) - [ License](https://github.com/theodoku/todo-List/blob/master/#license) # ToDo-List > To build a simple HTML list of To Do tasks. **Todo-List** This is a simple To Do App that allows users to keep track of their tasks and remove them when they have completed each task. It was built using HTML, CSS and JavaScript. ## Built With - **HTML5** - **CSS3** - **Webpack** - **JavaScript**

(back to top)

### Key Features - **Adding a new item** - **Removing a selected item** - **Add a new JavaScript file and import it as a module for the status updates (completed: true / false).** - **Add event listener to the checkbox (change).** - **Update items object's value for completed key upon user actions.** - **Implement a function for the "Clear all completed" button (use filter() method)**

(back to top)

## Live Demo > Link to deployed project. - [https://theodoku.github.io/todo-List/dist/]

(back to top)

## Video Walkthrough > Link to video presentation. - [coming soon]

(back to top)

## Getting Started To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: - Git and Code editor of your choice. ### Setup Clone this repository to your desired folder: 1. Use VScode: open terminal in VScode 2. Navigate to the directory where you want clone the copy of this repository 3. Create new directory [optional] 4. Clone the repo using the below command **`git clone https://github.com/theodoku/todo-List`**

(back to top)

## Authors **theodoku** - GitHub: [@githubhandle](https://github.com/theodoku/todo-List/blob/master/https://github.com/theodoku) - Twitter: [@twitterhandle](https://github.com/theodoku/todo-List/blob/master/https://twitter.com/dok_theo) - LinkedIn: [LinkedIn](https://github.com/theodoku/todo-List/blob/master/https://linkedin.com/in/Theophilusdoku)

(back to top)

## Future Features - [Marking a selected item as complete] - [Removing all items marked as complete at once] - [Reordering a selected item (as drag-and-drop)]

(back to top)

## Contributing Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/theodoku/todo-List/blob/master/https://github.com/theodoku/todo-List/issues).

(back to top)

## Show your support > If you like this project please give a to this repository, and follow me on GitHub & LinkedIn.

(back to top)

## Acknowledgments > I would like to thank [Microverseinc](https://github.com/theodoku/todo-List/blob/master/https://github.com/microverseinc). - minimalist captured project https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/

(back to top)

## License This project is [MIT](https://github.com/theodoku/todo-List/blob/master/./LICENSE) licensed.

(back to top)


近期下载者

相关文件


收藏者