https://github.com/nkaleth/to-do-list-peer-review
https://github.com/nkaleth/to-do-list-peer-review
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkaleth/to-do-list-peer-review
- Owner: Nkaleth
- Created: 2023-01-23T19:18:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T17:17:37.000Z (over 2 years ago)
- Last Synced: 2025-01-25T05:32:42.779Z (4 months ago)
- Language: JavaScript
- Size: 794 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 AWESOME BOOK ](#-awesome-book-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)> In this project I will build a simple HTML list of To Do tasks using webpack and served by a webpack dev server.
> This project uses the following stack :
Client
> Here are some key features of the application :
- **Display a to-do-list from and Array Object Dynamically**
- **Use webpack**
- **Implement a function for adding a new task (add a new element to the array).**
- **Implement a function for deleting a task (remove an element from the array).**
- **Implement a function for editing task descriptions.**
- **All changes to the To Do List should be saved in local storage.**
[To do List project](https://nkaleth.github.io/To-do-list/)
> Clone the repository by clicking on the 'Code' button and copy the link
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-visual studio
-github
### Setup
Clone this repository to your desired folder:
```sh
mkdir my-folder
cd my-folder
git clone [email protected]:Nkaleth/To-do-list.git
```
-
### Install
Install this project with:
```
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
Example command:
To run the webhint linter
```sh
npx hint .
```
To run the stylehint linter
```sh
npx stylehint "**/*.{css,scss}"
```
To run the ESLint linter
```sh
npx eslint .
```
👤 **Nilton Segura**
- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://linkedin.com/in/nseguralu)
- **Drag tasks to other positions.**
- **Live demo**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project star it!
I would like to thank Microverse
This project is [licensed](./MIT.md) .