Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/divinecharlotte/todo-list

This is a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack
https://github.com/divinecharlotte/todo-list

css3 fontawesome-icons html5 webpack

Last synced: about 2 months ago
JSON representation

This is a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack

Awesome Lists containing this project

README

        

# todo-list

> The todo list lists everything that you have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom using a corresponding index of each task. The project is build with HTML,CSS and Javascript.

![do](https://user-images.githubusercontent.com/60146030/210273075-3fa40f9f-b886-4940-8d6c-5938c8bc1897.PNG)

## Live demo
[Live Demo]( https://divinecharlotte.github.io/todo-list/)

## Built With

- HTML

- CSS3

- Js

- Technologies used: webpack, Git, Github

### Prerequisites

## VScode or other editor

### Install

#### Cloning the project
```bash
git clone https://github.com/divinecharlotte/To-Do-list.git
```

### Prerequisites

- node
- npm

### Install


Install webpack with npm :
```bash
npm install --save-dev webpack
```

### Usage

- To get the configuration of the app: Run
```bash
npm install
```

### Run tests

- To update changes : Run
```bash
npm run build
```
- To launch the app locally: Run
```bash
npm start
```

## Authors

👤 **Divine Charlotte**

- GitHub: [@Divine](https://github.com/divinecharlotte)
- LinkedIn: [Divine Charlotte](https://www.linkedin.com/in/charlotte-divine-dusenge/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/divinecharlotte/todo-list/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

-This project was inspired by [Microverse](https://www.microverse.org)