https://github.com/yuvenalmash/todolist
To do list app with a simple UI. It uses webpack module bundler and local storage
https://github.com/yuvenalmash/todolist
javascript webpack
Last synced: 4 months ago
JSON representation
To do list app with a simple UI. It uses webpack module bundler and local storage
- Host: GitHub
- URL: https://github.com/yuvenalmash/todolist
- Owner: yuvenalmash
- License: mit
- Created: 2022-12-06T14:02:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T14:33:50.000Z (over 2 years ago)
- Last Synced: 2023-03-10T23:18:28.892Z (about 2 years ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[To Do List(with webpack)\] ](#-to-do-listwith-webpack-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)# 📖 [To Do List(with webpack)]
**[To Do List(with webpack)]** is a simple to do list application with add, remove and read functionalities
### Tech Stack
- HTML
- CSS
- JavaScript- **Web pack**
- **uses local storage**To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- install node
### Setup
Clone this repository to your desired folder:
```sh
cd desired-folder
git clone https://github.com/yuvenalmash/ToDoList.git
```### Install
Install this project with:
```sh
cd ToDoList
npm install
npm run build
```### Usage
To run the project, execute the following command:
```sh
npm run server
```
- open 'localhost:3000' to view the project in your browser
### Run tests
To run tests, run the following command:
```sh
npm test
```👤 **Yuvenal Njoroge**
- GitHub: [@githubhandle](https://github.com/yuvenalmash)
- Twitter: [@twitterhandle](https://twitter.com/_Juvenal_)
- LinkedIn: [LinkedIn](https://linkedin.com/in/yuvenal-njoroge)- **add functionality to 'clear all copleted' button**
- **add functionality to the checkbox**Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/yuvenalmash/ToDoList/issues).
I would like to thank microverse for the inspiration
- **What is webpack?**
- [Link to answer](https://webpack.js.org/concepts/)
- **How to setup webpack**
- [Link to answer](https://webpack.js.org/guides/getting-started/#basic-setup)
This project is [MIT](./LICENSE) licensed.